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 13:43:10 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc7c5e477323ed6b4026c596193f65ecc23d9e64
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