Skip to content

DarthVishnu8/Writeups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Use Ctrl-H to replace in a text editor
x = open('filename','r') to open files
y = x.read() to store contents of the file into a variable
z = x.readlines() to store different lines into a list
for line in z:
  z.rstrip("\n") to remove newline character

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published