二手产品经理

二手产品经理

THIS IS RENO

Learn Python Online in 100 Days - Day 3

Learning Notes:

  1. When using print, separate variables and text with a comma, do not use quotes for variables.
   myName=input("What is your name:")
   print("Nice to meet you!", myName)

CODE

varName=input("Name a food:")
varPlant=input("Name a type of plant:")
varCooking=input("Name a cooking method:")
varFood=input("What word describes burned food:")
varItem=input("Name a DIY item:")

print("MENU")
print(varCooking, varName, "with", varFood, varPlant, "on a bed of", varItem )
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.