Python float terpotong
num = 2.25
truncated_num = int(2.25)
// output
2
Bacem OBEY
num = 2.25
truncated_num = int(2.25)
// output
2