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
Decimal, Octal, Hexadecimal and Binary Format
Atur cara mengira luas dan isipadu sebuah trapezium
1
reverse the number
hw1
linked_lists
http://rextester.com/HYVN80193
Reverse linked-list in-place
H.W 5-Solution
library