X Tutup
Skip to content

Commit fe355a7

Browse files
committed
add justlearning
1 parent 6966602 commit fe355a7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

justlearning/IO.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nama = 'Poncoe'
2+
lenkata = nama[0:10]
3+
print(lenkata)

justlearning/test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Input
2+
nama = input("Masukan Nama = ")
3+
# Output
4+
print(nama)

0 commit comments

Comments
 (0)
X Tutup