I don't think I am using the write syntax to write my code, I am new and would like some help. This code is due tonight so anything would be helpful.
I have tried looking on youtube and other websites, but I couldn't find anything.
print("Hello, I can divide by two! Try me out.")
myNumber = input("What is your number?")
print("myNumber/2")
myAnswer = int(input(myNumber/2))
print("myAnswer")
I expect that the fourth line of code has incorrect syntax for the intended function.