Commit e5b2f808 by BellCodeEditor

save project

parent 1ddf174b
Showing with 6 additions and 3 deletions
import random
k = "+-*%"
k = "αβγδεζηθικλμνξοπρστυφχψωΩΨΧΦΥΤΣΡΠΟΞΝΜΛΚΙΘΗΖΕΔΓΒΑ"
s = random.choice(k)
print(s)
\ No newline at end of file
for i in range(2):
print(s)
for i in range(3):
print(s)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment