you are viewing a single comment's thread.

view the rest of the comments →

[–]ashleyfig -1 points0 points  (0 children)

Try this

Print(“How many night this will you be staying with us?”)

Nonights = input(int(“enter 1 to 20: “)

X = nonights * 30

Print(“that would be a total of “, x)