Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple syntax error help
#1
Im new to programming in general and am playing with the water. I seem to have hit a syntax error that I just cannot figure out why.

person = input('Enter your name: ')
print('Hello', person)
ask = input('What would you like me to do for you today')
if ask : "Tell me a joke"
print('Caroline has a small nostril')
else:
According to the ide(pycharm) the error message looks like this according to line 6:
else:
^
SyntaxError: invalid syntax

Also what is the best way to go about going back to line 3 after the else command, couldnt test it out cause I couldnt get passed it!

Any help is appreciated!
Reply


Messages In This Thread
Simple syntax error help - by paulmj7 - Aug-02-2017, 08:08 AM
RE: Simple syntax error help - by wikedkid - Aug-02-2017, 08:40 AM
RE: Simple syntax error help - by buran - Aug-02-2017, 08:41 AM
RE: Simple syntax error help - by paulmj7 - Aug-02-2017, 09:51 AM
RE: Simple syntax error help - by buran - Aug-02-2017, 09:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  World Clock syntax error OscarBoots 1 197 May-03-2024, 05:20 AM
Last Post: snippsat
  Syntax error for "root = Tk()" dlwaddel 15 1,301 Jan-29-2024, 12:07 AM
Last Post: dlwaddel
Photo SYNTAX ERROR Yannko 3 442 Jan-19-2024, 01:20 PM
Last Post: rob101
  Syntax error while executing the Python code in Linux DivAsh 8 1,694 Jul-19-2023, 06:27 PM
Last Post: Lahearle
  Code is returning the incorrect values. syntax error 007sonic 6 1,270 Jun-19-2023, 03:35 AM
Last Post: 007sonic
  syntax error question - string mgallotti 5 1,368 Feb-03-2023, 05:10 PM
Last Post: mgallotti
  Syntax error? I don't see it KenHorse 4 1,323 Jan-15-2023, 07:49 PM
Last Post: Gribouillis
  Syntax error tibbj001 2 946 Dec-05-2022, 06:38 PM
Last Post: deanhystad
  Python-for-Android:p4a: syntax error in main.py while compiling apk jttolleson 2 1,922 Sep-17-2022, 04:09 AM
Last Post: jttolleson
  Mysql Syntax error in pymysql ilknurg 4 2,413 May-18-2022, 06:50 AM
Last Post: ibreeden

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020