Skip to content

Commit ed05d3e

Browse files
Update Functions Exp.py
1 parent 0e7ec22 commit ed05d3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Functions Exp.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ def get_value(name,program,book,author='by Joseph C. Richardson'):
1515
a,e='atom','electron'
1616

1717
def science():
18-
global a
19-
global e
18+
global a,e
2019
a,e='Albert','Einstein'
2120

22-
#science() # comment out, or delete this function call statement.
21+
science() # comment out, or delete this function call statement.
2322

2423
print(a,e)

0 commit comments

Comments
 (0)