mirror of
https://github.com/Alvin-Zilverstand/ict-algemeen-opdrachten.git
synced 2026-04-17 14:47:56 +02:00
2 lines
66 B
Python
2 lines
66 B
Python
# Print de omgekeerde string
|
|
print("Deez"[::-1]) # Output: "zeeD" |