Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 00bb2f1

Browse filesBrowse files
author
irsol
committed
Updated file.
1 parent 4de38c6 commit 00bb2f1
Copy full SHA for 00bb2f1

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎book_practice.py

Copy file name to clipboardExpand all lines: book_practice.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
2-
3-
#Creating a function
1+
# Creating a function
42
def hello():
53
print('Hello')
64

@@ -13,6 +11,7 @@ def print_welcome(name):
1311
#print Welcome
1412
print('Welcome', name)
1513

14+
1615
# calling function def hello()
1716
hello()
1817
hello()
@@ -36,6 +35,7 @@ def print_func():
3635
a = 17
3736
print('in print_func a =', a)
3837

38+
3939
print_func()
4040
print('a = ', a)
4141

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.