Skip to content

Commit

Permalink
Add italian python
Browse files Browse the repository at this point in the history
  • Loading branch information
estyxx committed Jul 12, 2024
1 parent c91bfa0 commit 93cf8c1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion italia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
import webbrowser
import sys

webbrowser.open("https://2025.pycon.it")

webbrowser.open("https://pycon.it")

if hasattr(sys, "italian"):

def k():
pass

globals()["🤌"] = k

stampa("Questo Python è italiano 🤌 🤌")
else:
print("This is a boring python, not Italian 🤌")

0 comments on commit 93cf8c1

Please sign in to comment.