imsanjoykb / Python-Programming-Problem-Solving

Python Programming Problem Solving .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read file

imsanjoykb opened this issue · comments

f = open("demofile.txt", "r")
print(f.read())