Your file should look something like this:
# Exercise X num = int(input('Enter a number: ')) print((num**2)**.5) # Exercise Y seq = input('Enter a sequence: ') print('Your sequence is:', seq)
Copy and paste the contents into the text entry box in Canvas.