k
This commit is contained in:
@@ -26,6 +26,8 @@ class Computer:
|
|||||||
text = "- to jest szybki komputer"
|
text = "- to jest szybki komputer"
|
||||||
return f"Info: {self.informacja} / {text}"
|
return f"Info: {self.informacja} / {text}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for _ in range(50):
|
for _ in range(50):
|
||||||
c_typ = choice(typy)
|
c_typ = choice(typy)
|
||||||
c_info = f"informacja o -> {c_typ}"
|
c_info = f"informacja o -> {c_typ}"
|
||||||
|
|||||||
Reference in New Issue
Block a user