Skip to main content

Posts

Featured

  " Hello World " W elcome  T o                                     nareshtechweb.blogspot.com Source Code :  import os import time import datetime #  Adding Wise Me Function def wise_me():      hour = int(datetime.datetime.now().hour)      if hour >= 0 and hour <= 12:           print("Good Morning Sir ")            elif hour >= 12 and hour <= 18:           print("Good AfterNoon Sir ")      else:           print("Good Evening Sir") os.system('cls') def banner():      print("#########################################")      print("#                       ...

Latest Posts

Quiz Program Using Python Language

Wish_Me Function Using Python

Get User Input Using To C Language

Multiplication Table Function Using To C Language

Pyramid Pattern Function in C Program

What is css - nareshtechweb

What is html - nareshtechweb

What is java script language - nareshtechweb