This website works better with JavaScript.
Home
Explore
Retour au site NSI
Help
Sign In
laneury.a
/
cars_and_run
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cars and run 2d
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20
Commits
1
Branch
0
Tags
4.7 MiB
Python
100%
Tree:
02446a4605
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '02446a4605'
${ noResults }
cars_and_run
/
test.py
7 lines
87 B
Raw
Blame
History
b
=
0
def
calc
(
a
,
b
,
c
=
1
)
:
res
=
a
+
b
+
c
print
(
res
)
return
res
calc
(
5
,
3
,
10
)
Reference in new issue