Discussões Q&A
Major Project Ideas
 0 Voto
 1 Respostahow do I get line breaks?
name = input("What is your name?:")
print("Hiya, " + name)
age = int(input("Tell me your age:"))
year = str((2016 - age) + 100)
num = int(input("Enter a number between 1 and 50:"))
line = str((name + " will be 100 in the year " + year) * num)
print(\n line)
 2 Votos
 3 RespostasFind the bug
 -1 Voto
 1 RespostaPopular hoje
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes