Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Determine the weight of tiles at 10 grams each
def total_weight(width_tile, length_tile, number_of_tiles): return width_tile * length_tile * number_of_tiles * 10 print(total_weight(5, 7, 9))
run
|
edit
|
history
|
help
0
M
S
Python3 complete func.
Game2
gj
chickens,cows,pigs
square cube
Implement a stack by using an array
BiseccionPython
Ball