3rd day of python challenges 51-59
This commit is contained in:
4
challenges52-59/challenge-053.py
Normal file
4
challenges52-59/challenge-053.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import random
|
||||
|
||||
choose = random.choice(['apple', 'orange', 'banana', 'berry', 'kiwi'])
|
||||
print(choose)
|
||||
Reference in New Issue
Block a user