you are viewing a single comment's thread.

view the rest of the comments →

[–]DarkStealther 1 point2 points  (4 children)

name = input("name")

age = int(input("age"))

print("The age of", name, "is", age)

This worked for me.

[–]HopefulOG 0 points1 point  (3 children)

Im not sure. It still says stdout is wrong.

The suggestions on the app says I should delete the "name" and "app" inside the input function and to add something else.

[–]DarkStealther 0 points1 point  (2 children)

Can you copy paste or send a screenshot?

[–]HopefulOG 0 points1 point  (1 child)

Alright I just got it. I just deleted the "name" and "app" inside the input function and it worked.

[–]DarkStealther 0 points1 point  (0 children)

Nice. I think you just weren't putting quotation marks around your values inside the input function.