oriond to Programmer Humor · 4 years agoThis program in Python actually worksimagemessage-square2fedilinkarrow-up186arrow-down19
arrow-up177arrow-down1imageThis program in Python actually worksoriond to Programmer Humor · 4 years agomessage-square2fedilink
minus-squareoriondOPlinkfedilinkarrow-up2·4 years agoThis is whay I get on a python console: [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> print('SintaxError: invalid syntax': File "<stdin>", line 1 print('SintaxError: invalid syntax': ^ SyntaxError: invalid syntax >>> ```
Missing ‘)’ in line 1
This is whay I get on a python console: