S
Size: a a a
S
S
S
py3
print(bool(str()))
False
UV
Empty string False
Non-empty string True
"False" True
S
s🇷
S
s🇷
S
s🇷
s🇷
15,930,816 bytes in 33 files
s🇷
S
15,930,816 bytes in 33 files
s🇷
s🇷
s🇷
S
py3
import os
os.system("python -V")
Python 2.7.17
S
py3
import os
os.system("python3 -V")
Python 3.6.9
S
py3
import os
os.system("python -V")
Python 2.7.17