Python-Division
Sat 17 May 2025
title: "Python Division" author: "TACT" date: 2019-04-20 description: "-" type: technical_note draft: false
a = 30
b = 6
c = a / b
print(c)
5.0
Score: 0
Category: basics
title: "Python Division" author: "TACT" date: 2019-04-20 description: "-" type: technical_note draft: false
a = 30
b = 6
c = a / b
print(c)
5.0
Score: 0
Category: basics