Untitled
unknown
python
2 years ago
93 B
5
Indexable
if __name__ == '__main__':
zdanie = input('Podaj zdanie: ')
print(zdanie.upper())
Editor is loading...
Leave a Comment
if __name__ == '__main__':
zdanie = input('Podaj zdanie: ')
print(zdanie.upper())