Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
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
Please
log in
to post a comment.
Decimal, Octal, Hexadecimal and Binary Format
L5- part b
for
IP Network & Broadcast Address Calculator 2
GoogleCodindQues.py
Nearest Prime Number
factoriel function recursive
pythonfin
binarySearch.py
Bubble sort
Please log in to post a comment.