.

.
পাইথন লেবেলটি সহ পোস্টগুলি দেখানো হচ্ছে৷ সকল পোস্ট দেখান
পাইথন লেবেলটি সহ পোস্টগুলি দেখানো হচ্ছে৷ সকল পোস্ট দেখান

শনিবার, ১৩ ফেব্রুয়ারি, ২০১৬

WHY THE NAME "PYTHON"?

WHY THE NAME "PYTHON"?


According to the principal author (Guido van Rossum), he chose the name "Python" because he is a big fan of the British comedy movie - 'Monty Python's Flying Circus'.  Here is what the author had to say:
"Over six years ago, in December 1989, I was looking for a "hobby" programming project that would keep me occupied during the week around Christmas. ... I chose Python as a working title for the project, being in a slightly irreverent mood (and a big fan of Monty Python's Flying Circus)."

বৃহস্পতিবার, ৩১ ডিসেম্বর, ২০১৫

পাইথন প্রোগ্রামিং : দুটি মজার প্রোগ্রাম ও আপনাদের কাজ


1
2
3
4
5
6
7
8
9
10
11
def age_calculator():
    print("your current age is",cy-y ,"years",cm-m,"months",cd-d,"day")
    input("enter your feedback : ")
while 1 == 1:
    y = int(input("enter your birth year: "))
    m = int(input("enter your birth month : "))
    d = int(input("enter your birth date : "))
    cy = int(input("enter current year : "))
    cm = int(input("enter current month : "))
    cd = int(input("enter current date : "))
    age_calculator()
দেখুন এখানে আমি প্রথমে