Hallo Klaus,
In Python sind auch Skalare "nur" Referenzen auf den Inhalt. In Python ist alles ein Objekt. So habe ich das zumindest mal gelernt.
Das stimmt:
print('Hallo'.upper())
# → 'HALLO'
Viele Grüße
Robert
Hallo Klaus,
In Python sind auch Skalare "nur" Referenzen auf den Inhalt. In Python ist alles ein Objekt. So habe ich das zumindest mal gelernt.
Das stimmt:
print('Hallo'.upper())
# → 'HALLO'
Viele Grüße
Robert