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
a7d65cd757003420e63040d57eb28a409541ef47
ict-algemeen-opdrachten
/
Python
/
omgedraaide string
/
string.py
6 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
Add user input for string reversal and delay before output
2025-01-28 13:34:27 +01:00
import
time
input_string
=
input
(
"
Voer een string in:
"
)
Refactor user prompts and remove unnecessary comments in string reversal and palindrome scripts
2025-01-28 13:39:40 +01:00
print
(
input_string
[
:
:
-
1
]
)
Add user input for string reversal and delay before output
2025-01-28 13:34:27 +01:00
time
.
sleep
(
2
)
Reference in New Issue
Copy Permalink