Symbol used for concatenation, +, int(), ^, /, Needed to turn a number into a string for output, input(), print(), int(), str(), Needed to store input as a whole number, input(), print(), int(), str(), Will ask for and store input, input("Enter your name "), surname = input("Enter your name "), Will ask for and store a whole number, age = int(input("Enter your age: ")), age = input("Enter your age: "), Will display a message, print("Your surname is " George), print(Your surname is + surname), print("Your surname is " + surname), Will display a message including a number, print("Your age is " 14), print("Your age is " + str(age)), print(your age is + age)

Scorebord

Visuele stijl

Opties

Template wisselen

Automatisch opgeslagen activiteit "" herstellen?