Horje
assignment 7.1 python data structures Code Example
assignment 7.1 python data structures
# Use words.txt as the file name
fname = input("Enter file name: ")
fh = open(fname)
ah = fh.read().rstrip().upper()

print(ah)




Python

Related
create virtual environments python Code Example create virtual environments python Code Example
how to clear the list in python Code Example how to clear the list in python Code Example
print( n ) in python Code Example print( n ) in python Code Example
for loops python Code Example for loops python Code Example
mode with group by in python Code Example mode with group by in python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9