Skip to content

Commit

Permalink
Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjanaPurbia authored Aug 14, 2021
1 parent b9c8d31 commit 8a951ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions twoFunct.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
def values():
x=10
def inner():
x=0
print(x)

inner()
print(x)

values()

0 comments on commit 8a951ec

Please sign in to comment.