Aakanchha Sharmapythonchallenge.hashnode.dev·Sep 28, 2024Learning the 'time' Module and strftime() Function in PythonBelow is the Program to Greet you as per current time of your local system import time import time timestamp=time.strftime('%H:%M:%S') a=input("Enter your Name :") print(timestamp) timestamp=time.strftime('%H') print(timestamp) #timestamp=time.strfti...#codewithharry
Umar Hayat6116hayat.hashnode.dev·Dec 27, 2022My First Coding ExperienceMy coding Experience up till now was a heck of a difficult task & According to me, coding was only done by people with a good understanding of java, python, and C++. So I wanted To learn Coding But I believed it was a task of dodging a bullet. Made m...1 like#codewithharry