Skip to content

Commit 467062e

Browse files
committed
folder changes only
1 parent fba059a commit 467062e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

03.f_practice.py renamed to chapter_04/03.f_practice.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# functions practice
22
print('--------------------------------')
3+
name = ("input your name : ")
34

45

56
def last_char(name):
67
return name[-1]
78

89

9-
print(last_char("Akash"))
10+
print(last_char(name))
1011
print('--------------------------------')
1112

1213

0 commit comments

Comments
 (0)