[Python] Don't worry about Dinner menu; (Phyton Random Choice for 10seconds)

 In this chapter, we're going to make Random Choice for Dinner menu for 10 secs;


OK! 

import random

import random first .. 

Dinner_List = ["Pizza", "Pasta", "Sushi", "Curry", "Chicken", "Hamburger"]

make your own menu!

print(random.choice(Dinner_List))

and run...!

Sushi

I got sushi tonight :)



Popular posts from this blog

[Python] Dictionary

[Visual Design 2/3]

[JavaScript] For loop , Function