This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
compiler-explorer
Watch
1
Star
0
Fork
0
You've already forked compiler-explorer
mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced
2025-12-27 16:24:03 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
something-no-idea
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
Permalink
Blame
History
def
square
(
num
)
:
return
num
*
num
Reference in New Issue
View Git Blame
Copy Permalink