from datetime import date def myfun(): first_date = date(2024, 1, 1) last_date = date(2024, 1, 15) difference = last_date - first_date print(difference.days) if __name__=="__main__": myfun()
14
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Write a Python Program to Print the Fibonacci sequence.
Python Program to Replace all Occurrences of ‘a’ with $ in a String
Write a Python Program to calculate the natural logarithm of any number.
Write a python program to Find the index of the largest number in the list
Write a python program to counting item occurrences