Error In comments and in strings

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Error In comments and in strings



This is my print string thing. Dont worry about the content of it but it says that its wrong...


print("""Welcome to the About Directory, where its all about ME
i am mr. t i am something wierd of the sorts, trust me, when i found out you guys would be captured it was not apart of my original
idea but think about it, you guys are the event to a bigger picture. i went to m.i.t and learned how to program things like this. so if you dont
make it out in 60 minutes and you die then you somewhat have fun before going :). i still dont know emojis yet im not caught up with
the slang of todays youth. im am however really glad you read all of this because i was just trying to waste your time, none of this was real
well except the m.i.t thing, i did go there for a while.

Options:
Back""")
forward = input("")
if forward=="Back":
Menu()
else:
print("Sorry please try again, remember to use capitals and no spaces. The way its supposed to be.")



This is my function called



About()



but I cannot figure out why it says its wrong right there. I have 2 other paragraphs above it that are just like it and longer and they are perfectly fine. But this one has a problem. If i got ride of the "you somewhat have fun" part then it just says this is wrong:


#------------------------------------------------**-**-------------------------#



I thought that comments couldn't be wrong. I don't know whats happening. I went and checked the spacing of everything but its all fine. I can't get rid of this though so what do i do?
the error it gives me is syntax error. I cant even run the program because it says syntax error.



update went back and changed the code from Menu() to print("Go back... ") Still gives me syntax error.





What do you mean by "it says its wrong"? Is it printing "Sorry please try again" when you don't expect it to? If so, what are you typing in? Is it raising an exception? If so, what is it?
– Kevin
12 mins ago





What do you mean by wrong? Do oyu get error message? If you do please edit the question and add the full error traceback!
– nosklo
11 mins ago





You should tell what error you're getting. Or you should tell what output you want and what you have right now or something along those lines. Hard to help otherwise
– involtus
10 mins ago







Whatever the problem is it isn't in this code. I have run it replacing Menu() with print("Go back...") and it works as expected.
– Sarcoma
4 mins ago


Menu()


print("Go back...")









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Stripe::AuthenticationError No API key provided. Set your API key using “Stripe.api_key = ”

CRM reporting Extension - SSRS instance is blank

Keycloak server returning user_not_found error when user is already imported with LDAP