3rd day of python challenges 51-59

This commit is contained in:
abd.shallal
2019-07-18 12:44:06 +03:00
parent b29d889e05
commit f132554039
11 changed files with 271 additions and 419 deletions

View File

@@ -0,0 +1,4 @@
import random
choose = random.choice(['apple', 'orange', 'banana', 'berry', 'kiwi'])
print(choose)