Run »
Result Size:
625 x 571
txt = "THIS IS NOW!" x = txt.isupper() print(x)
x
txt
=
"THIS IS NOW!"
x
=
txt
.
isupper
()
print
(
x
)
True