Computer Science, asked by ritwik4917, 6 months ago

i don't know what im doing wrong it says invalid syntax....please help​

Attachments:

Answers

Answered by deepadwivedi
1

Answer:

Python is known for its simple syntax. However, when you’re learning Python for the first time or when you’ve come to Python with a solid background in another programming language, you may run into some things that Python doesn’t allow. If you’ve ever received a SyntaxError when trying to run your Python code, then this guide can help you. Throughout this tutorial, you’ll see common examples of invalid syntax in Python and learn how to resolve the issue.

By the end of this tutorial, you’ll be able to:

Identify invalid syntax in Python

Make sense of SyntaxError tracebacks

Resolve invalid syntax or prevent it altogether

Answered by BLANKBABA
0

Answer:

You have not closed bracket for input

Brainliest Please

Similar questions