MSK Technologies

Home
Programs
Programs List
Pages
Python Java Material PLSQL Material
Search A Job

Write a Python program to calculate the number of days between two dates.

  1. Home
  2. Programs
  3. Program - 9
Write a Python program to calculate the number of days between two dates.

Program

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()

Output:

14


More Questions


9 . Write a Python program to calculate the number of days between two dates.
10 . Write a Python program to get the volume of a sphere with radius six.
11 . Write a Python program to calculate the sum of three given numbers. If the values are equal, return three times their sum.
12 . Write a Python program to count the number 4 in a given list.
13 . Write a Python program to get n (non-negative integer) copies of the first 2 characters of a given string. Return n copies of the whole string if the length is less than 2.
14 . Write a Python program to test whether a passed letter is a vowel or not.
15 . Write a Python program that checks whether a specified value is contained within a group of values.
16 . Write a Python program that concatenates all elements in a list into a string and returns it.
17 . Print out a set containing all the colors from a list which are not present in other list
18 . Write a Python program to get current time and date
19 . Write a Python program sort a list in descending order



For latest job updates join Telegram Channel: https://t.me/sateeshm

Programs

Apply For The Job

Apply For Job

Java Material

Python Material

PLSQL Material

.Net Material

Practice Programs

Write a python program to counting item occurrences

Write a python program to checking internet speed

Write a Python Program to Find the Sum of Natural Numbers.

Write a Python Program to Display Fibonacci Sequence Using Recursion.

Write a python program to print most frequent letter in a string

Courses
Java Python PLSQL .Net ADO.Net About Us
Quick Links
Daily Use English Sentences Daily General Knowledge General Knowledge Latest Update Inventions and Inventors జనరల్ నాలెడ్జ్ General Knowledge Spoken English Spoken Hindi GK Hindi Telugu Facts Unknown Facts Psychology Facts Motivation Quotes విటమిన్ - సి,డి,ఇ,కె Android
Spiritual
రాధాకృష్ణ భగవద్గీత Motivation Quotes Slokas Talapatra Nidhi ఆధ్యాత్మిక భక్తి ప్రపంచం Sadhguru Sai Motivation Quotes గౌతమ బుద్ధుడు Bhagavad Gita Quotes
Newsletter

Dolor amet sit justo amet elitr clita ipsum elitr est.

© sateeshm, All Right Reserved. Designed By sateeshm
Home Help FQAs