This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
compiler-explorer
Watch
2
Star
0
Fork
0
You've already forked compiler-explorer
mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced
2026-07-22 06:26:47 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
08ba65abd70d61faab1f04a5998c274de82d2dbc
compiler-explorer
/
examples
/
python
/
default.py
Rubén Rincón Blanco
1589a14ebc
Changed Python default example to classical square (
#3380
)
2022-02-19 21:31:20 +01:00
3 lines
38 B
Python
Raw
Blame
History
def
square
(
num
)
:
return
num
*
num
Reference in New Issue
View Git Blame
Copy Permalink