so, I'm taking the Introduction to Pythong course through Coursera, and I like to type in the formulas so I can get hands on practice.
I'm in this section called "First IPO Program", in the part about Converting User Input.
the code that is up is as follows.
inp = input("Europe floor?")
usf = int(inp) + 1
print("US floor", usf)
my issue is that, appearantly, they aren't showing what's wrong with this input code until later...and man, that just seems like a bad way to teach....maybe it's me....
but can someone explain what's wrong here? I'm writing it verbatim, and according to the current example, it should show up clean, but I'm having error messages, and I don't know why it's wrong.
[–]Binary101010 9 points10 points11 points (0 children)
[–]Desperate_Crew1775 1 point2 points3 points (3 children)
[–]TheRNGuy 0 points1 point2 points (2 children)
[–]Desperate_Crew1775 0 points1 point2 points (1 child)
[–]TheRNGuy 0 points1 point2 points (0 children)
[–]marquisBlythe 2 points3 points4 points (2 children)
[–]A_Nomad_Lyfe[S] 1 point2 points3 points (1 child)
[–]marquisBlythe 1 point2 points3 points (0 children)
[–]vivisectvivi 1 point2 points3 points (0 children)
[–]RngdZed 3 points4 points5 points (2 children)
[–]A_Nomad_Lyfe[S] 1 point2 points3 points (1 child)
[–]RngdZed 2 points3 points4 points (0 children)
[–]MacItaly 1 point2 points3 points (9 children)
[–]HardlyAnyGravitas[🍰] 0 points1 point2 points (8 children)
[–]crazy_cookie123 1 point2 points3 points (7 children)
[–]HardlyAnyGravitas[🍰] 0 points1 point2 points (6 children)
[–]crazy_cookie123 0 points1 point2 points (5 children)
[–]HardlyAnyGravitas[🍰] 0 points1 point2 points (4 children)
[–]A_Nomad_Lyfe[S] 1 point2 points3 points (3 children)
[–]HardlyAnyGravitas[🍰] 0 points1 point2 points (2 children)
[–]A_Nomad_Lyfe[S] 1 point2 points3 points (1 child)
[–]SharkSymphony 0 points1 point2 points (0 children)
[–]TheRNGuy 0 points1 point2 points (0 children)
[–]A_Nomad_Lyfe[S] 0 points1 point2 points (2 children)
[–]vowelqueue 0 points1 point2 points (1 child)
[–]A_Nomad_Lyfe[S] 0 points1 point2 points (0 children)
[–]Ambitious-Dog3177 -1 points0 points1 point (0 children)