I tried
sigma=float(input("Enter the value of sigma: "))
and typed 1/7 and I got an error saying:
ValueError: could not convert string to float: '1/7'
what can I do to make this work?
I tried
sigma=float(input("Enter the value of sigma: "))
and typed 1/7 and I got an error saying:
ValueError: could not convert string to float: '1/7'
what can I do to make this work?