This website requires JavaScript.
Explore
Help
Register
Sign In
jassim
/
py-demo
Watch
1
Star
0
Fork
0
You've already forked py-demo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e29daec118
py-demo
/
demo.py
Jazze7
e29daec118
initial branch
2024-10-23 15:57:35 +05:30
4 lines
45 B
Python
Raw
Blame
History
def
add
(
a
,
b
)
:
return
a
*
b
print
(
add
(
5
,
6
)
)
Reference in New Issue
View Git Blame
Copy Permalink