Skip to content

Commit 9e09e1a

Browse files
committed
python-course
1 parent 69d3e12 commit 9e09e1a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: printDir.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import os #this is a built-in module which you during installation of Python
2+
print(os.listdir()) #command for Print all hide/show file in folder .

Diff for: tableof5.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
print(5*8)
99
print(5*9)
1010
print(5*10)
11+
#You can print table of any number like this very simple way

0 commit comments

Comments
 (0)