DevJourney

Python/VIT/sem-1/ex-03/wholeoffloat.py

n = float(input("Enter a floating point number: "))
wn = int(n)
print(wn)

View on GitHub