This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
raspithek
/
pythonkurs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Alle Dateien aus dem Pythonkurs
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.
81
Commits
2
Branches
12
Tags
88 MiB
Python
97.3%
C
2.1%
C++
0.3%
HTML
0.2%
Tree:
6db74b04f5
develop
master
1.00
teil12
teil15
teil17
teil18
teil19
teil20
teil21
teil23
teil27
teil28
teil9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6db74b04f5'
${ noResults }
pythonkurs
/
teil26
/
square.py
7 lines
65 B
Raw
Blame
History
def
square
(
x
)
:
return
x
*
*
2
sq5
=
square
(
5
)
print
(
f
'
{
sq5
}
'
)
Reference in new issue