Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
chickens,cows,pigs values defined
#python 3.5.2 print ("Hello, world!") chickens=2 cows=4 pigs=4 def animals(chickens,cows,pigs): return 2*chickens+3*cows+5*pigs print(animals(chickens,cows,pigs))
run
|
edit
|
history
|
help
0
:progrm end
Contact Class
print path module python
exception handling from user
Clockwise matrix rotation
Assignment-2b
python_study_note_while loop
gj
max/min fuction
Lesson3