mirror of
https://github.com/ossu/computer-science.git
synced 2025-07-09 07:59:38 -04:00
first commit
This commit is contained in:
parent
e61407aff0
commit
09d5a4a95f
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
print "hello python!"
|
||||
|
||||
print 4 + 4
|
||||
|
||||
import math
|
||||
print math.sqrt(16)
|
||||
print math.pow(3, 2)
|
||||
print math.cos(0)
|
Loading…
Add table
Add a link
Reference in a new issue