Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesh-Chandran005 authored Nov 13, 2024
1 parent 7ab3334 commit fd2144c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Day-3/Ganesh3.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
'''AUTHOR:GANESH
13/11/24
INPUT FUNCTION
'''
str=input("enter a sentence: ")
number=int(input("enter a number: "))
decimal=float(input("enter a decimal number: "))


print("String:",str)
print("Number:",number)
print("Float:",decimal)

0 comments on commit fd2144c

Please sign in to comment.