Python Programming || Read a file and print the content in uppercase

preview_player
Показать описание
A program is created in which a file is called and data is retrieved from it. Finally the retrieved data is printed in the uppercase.
function used:
*open()
*rstrip()
*upper()
:
#python
#programming
#data_structures
Рекомендации по теме