Run
x = '3.14' output = float(x) print(f'Float value : {output}')
Output