This website requires JavaScript.
Explore
Help
Register
Sign In
alvin
/
ict-algemeen-opdrachten
Watch
1
Star
0
Fork
0
You've already forked ict-algemeen-opdrachten
mirror of
https://github.com/Alvin-Zilverstand/ict-algemeen-opdrachten.git
synced
2026-04-17 18:42:44 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
64ea54f08656d67da01303ca8314411c1b35b0a6
ict-algemeen-opdrachten
/
Python
/
omgedraaide string
/
string.py
2 lines
66 B
Python
Raw
Normal View
History
Unescape
Escape
Translate comments to Dutch and update log message for clarity
2025-01-28 09:08:20 +01:00
# Print de omgekeerde string
print
(
"
Deez
"
[
:
:
-
1
]
)
# Output: "zeeD"
Reference in New Issue
Copy Permalink