mirror of
https://github.com/Alvin-Zilverstand/ict-algemeen-opdrachten.git
synced 2026-03-06 11:06:59 +01:00
2 lines
66 B
Python
2 lines
66 B
Python
# Print de omgekeerde string
|
|
print("Deez"[::-1]) # Output: "zeeD" |