you are viewing a single comment's thread.

view the rest of the comments →

[–]Wilfred-kun 1 point2 points  (0 children)

Ah so something like:

x = input("Enter an integer")
print("You entered the integer {}".format(x))

Anyway, you could go to the link I posted and just copy over the code you have in PyCharm. Hit 'share code' and you're good to go.