Python bootcamp 001
Day 1 into python bootcamp (with Dr Angela Yu) Day 1 is pretty simple. Studied functions are print , input and len . As well as the fundamental for variables in python. The final project is the "Band Name Generator", witch take two strings and concatenate them to form a "Band Name". Now, in my opinion presenting more details on this projects would be disrespectful to Dr Yu and her team. So let's try a different exercise with the same goal: String Concatenation Order Confirmation Let's assume we are developing a app for a restaurant that ask the costumer what will they like to eat and drink, then we print the order to someone in the kitchen. Present a greetings for your program. Ask "What would you like to drink today?" Ask "What would you have for dinner?" Print "Your order is: " food + dinner print("Welcome to your favorite pub!! or bar...") drink = input("What would you like to drink ...