loading
open in
main.py
history
1
2
3
print(len(
"hello"
)) print(max(
"abc"
)) print(min(
"abc"
))