Skip to main content
Commonmark migration
Source Link

#python

python

 = 3 

You expect

SyntaxError: unexpected indent 

Instead you get

SyntaxError: invalid character in identifier 

Also this:

" " == " " False 

Unicode spaces

#python

 = 3 

You expect

SyntaxError: unexpected indent 

Instead you get

SyntaxError: invalid character in identifier 

Also this:

" " == " " False 

Unicode spaces

python

 = 3 

You expect

SyntaxError: unexpected indent 

Instead you get

SyntaxError: invalid character in identifier 

Also this:

" " == " " False 

Unicode spaces

added 7 characters in body
Source Link
qwr
  • 12.4k
  • 6
  • 49
  • 82

#python

 = 3 

You expect

SyntaxError: unexpected indent 

Instead you get

SyntaxError: invalid character in identifier 

Also this:

" " == " " False 

Unicode spaces

#python

 = 3 

You expect

SyntaxError: unexpected indent 

Instead you get

SyntaxError: invalid character in identifier 

Also this:

" " == " " False 

Unicode

#python

 = 3 

You expect

SyntaxError: unexpected indent 

Instead you get

SyntaxError: invalid character in identifier 

Also this:

" " == " " False 

Unicode spaces

added 1 characters in body
Source Link
qwr
  • 12.4k
  • 6
  • 49
  • 82

#python

  = 3 

You expect

SyntaxError: unexpected indent 

Instead you get

SyntaxError: invalid character in identifier 

Also this:

" " == " " False 

Unicode

#python

= 3 

You expect

SyntaxError: unexpected indent 

Instead you get

SyntaxError: invalid character in identifier 

Also this:

" " == " " False 

Unicode

#python

  = 3 

You expect

SyntaxError: unexpected indent 

Instead you get

SyntaxError: invalid character in identifier 

Also this:

" " == " " False 

Unicode

Source Link
qwr
  • 12.4k
  • 6
  • 49
  • 82
Loading