Question: i want to run a program from the command line in python and i want to use floats in python 3 example: python dummy.py .3
i want to run a program from the command line in python and i want to use floats in python 3
example:
python dummy.py .3 .4 .5
after i run this command line then i want to print it like:
.3
.4
.5
i dont understand how to do that
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
