在庫の数を更新したり、売上を集計したり、割引率を計算したり… 四則演算(+、-、*、/)を使う 掛け算 (*) a = 10 b = 3 result ...
print('-----Float Datatype-----') # Bydefault Numbers are align to the left print("11: {:f} If we provide precission by defaut it wi take 6 digit after point ".format(100.12)) #Repsenting value with ...