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-05-16 14:53:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
156f4b35429ba3f4e14593985f3257f458252ec1
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