Добавление 2 дз
This commit is contained in:
7
Practica2/task_5_rpo254.py
Normal file
7
Practica2/task_5_rpo254.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import random
|
||||
|
||||
text = [ "<<Life is what happens", "when", "you're busy making other plans>>'" ]
|
||||
random_text_one = random.choice(text)
|
||||
random_text_two = random.choice(text)
|
||||
random_text_three = random.choice(text)
|
||||
print("{}\n" " {}\n" " {}\n".format(random_text_one, random_text_two, random_text_three))
|
||||
Reference in New Issue
Block a user