this post was submitted on 01 Jul 2023
20 points (79.4% liked)

Python

7363 readers
45 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
 
Python 3.11.3 (main, Jun  5 2023, 09:32:32) [GCC 13.1.1 20230429] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print "Hello World"
  File "<stdin>", line 1
    print "Hello World"
    ^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

I hope this doesnt reflect on the Quality of this community 🀑

you are viewing a single comment's thread
view the rest of the comments
[–] Ategon@programming.dev 13 points 2 years ago (4 children)

The print call there is from python 2. I can do some editing to add in the brackets in a bit

[–] great_meh@discuss.tchncs.de 8 points 2 years ago (3 children)

I was a little cheeky there. But in all seriousness python 2 is End-of-Life and no one should use it anymore.

[–] randombit@lemmy.sdf.org 9 points 2 years ago (2 children)

Come on, Python 2 only has 16 critical vulnerabilities. Live dangerously πŸ™ƒ.

[–] qwop@programming.dev 1 points 2 years ago

Although "critical" by CVE standards could just mean ReDoS for some non user facing code and which clearly is not a security issue but still of course requires urgent dependabot warnings on some parent package which doesn't even use the not at all vulnerable code anyway...

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)