@@ -38,10 +38,10 @@ IN $PYTHONPATH sucht Python nach Modulen
Die wichtigen vars von Funktion
__name__
__file__
'__name__'
'__file__'
z.B print(str.__name__)
z.B print(str.'__name__')
Alle Exceptions sind im Netz https://docs.python.org/3/library/exceptions.html
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.