Sesiones de PyR
how 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 RespuestasEn tendencia hoy
<--Cursor Point--/>
8 Votes
Solutions to challenges
0 Votes
Help in python
1 Votes
pls sololearn fix this
0 Votes
SINTAX ERROR WHERE?
1 Votes
Which dataset i can add
1 Votes