How to do non arithmetic operation in python 3
lets say a=3 b=4 and c is an unknown constant.
a=3
b=4
F=0
F=a*b*c
print(F)
Its an error. I want 12*c or 12c
Category Data Science
lets say a=3 b=4 and c is an unknown constant.
a=3
b=4
F=0
F=a*b*c
print(F)
Its an error. I want 12*c or 12c
Category Data Science
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.