Skip to content

Commit c3fc5f5

Browse files
author
kazama
committed
added crap
1 parent d21213f commit c3fc5f5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

basics/commands/hello_world.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
print("Hello!, World")
44

5+
56
#This is a full line comment
67
#This doesn't take space or memory
78
"""

basics/commands/strings.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env python
2+
3+
strings = "pass" + "word"
4+
5+
print(strings.find("o"))
6+
7+
strings.

0 commit comments

Comments
 (0)