Problem Solving 001 - Complete Python Course #4 - Sinhala 2023

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

Комментарии • 28

  • @rusiru989
    @rusiru989 2 года назад +5

    කියල දෙන දෙවල් හොදට තෙරෙනවා අයියෙ ... good luck අයියා ... video tutorial එනකල් api බලාගෙන ඉන්නවා 😍😍😍😍

  • @nishshankalal802
    @nishshankalal802 6 месяцев назад +1

    age =int(input("Entre you age:") )

  • @milanaththanayake
    @milanaththanayake 2 месяца назад

    x = input('Frist Name:')
    y = input('Middle Name:')
    z = input('Last Name:')
    age = input('age:')
    all = "Full Name :" + x+" "+y+" "+z+"
    "+"age is:"+" "+age
    print(all)

  • @nishshankalal802
    @nishshankalal802 6 месяцев назад

    කලින් පාඩම ❤

  • @luminusluxe
    @luminusluxe Год назад

    A useful and interesting video. Thank u very much for publishing.

  • @nishanthidilrukshi-th6oi
    @nishanthidilrukshi-th6oi 6 месяцев назад

    🎯🎯🎯that’s a premium clear code♠♠♠
    first = input ("what is your first name ? :")
    middle = input ("what is your middle name ?:")
    last = input ("what is your last name ? :")
    age = input ("what is your age ? :")
    data = first+" "+middle+" "+last

    print(" ")
    print(" ")
    print("you full name:"+data)
    print(" ")
    print("you age :"+age)
    print(" ")
    print(" ")

  • @DJ-INDUWA-98
    @DJ-INDUWA-98 Год назад +2

    First = input("What Is Your First Name ? : ")
    Middle = input("Whta Is Your Middle Name ? : ")
    Last = input("What Is Your Last Name ? : ")
    Age = input("Enter Your Age ? : ")
    Full_Name = "User Full Name Is " + First+" " + Middle+" "+Last
    User_Age = "User Age Is "+""+str(Age)
    print(Full_Name)
    print(User_Age)

  • @dileepawithanawasam8805
    @dileepawithanawasam8805 Год назад

    first = input("what is your first name ? : ")
    middle = input("what is your middle name ? : ")
    last = input("what is your last name ? : ")
    age = input("what is your age ? ")
    full_name = "your full name is " + first + " " + middle + " " + last
    your_age = "your age is " + " " + age
    print(full_name)
    print(your_age)

  • @UdithaSanjaya
    @UdithaSanjaya  2 года назад +1

    Complete Python Course #5 : ruclips.net/video/rk8t4oSWFwo/видео.html

  • @VIHANGAPEERREA
    @VIHANGAPEERREA Год назад +2

    first = input("what is your first name :")
    middle = input("what is your middle name :")
    last = input("what is your last name :")
    age = input("what is your age :")
    full_name = first + " " + middle + " " + last
    print("Full Name :"+" " + full_name)
    print("Your age:"+" " + age)

    • @rtubechannel4190
      @rtubechannel4190 Год назад

      run karala baluwade man hitanna age eka int ekak wenna oni

  • @gamingjaveeya
    @gamingjaveeya Год назад +1

    first = input("what is your first name ? : ")
    middle = input("what is your middle name ? : ")
    last = input("what is your last name ? : ")
    age = input("Enter your age ")
    full_name = "user full name is" + first + " " + middle + " " + last + " "
    u_age = "user age is"+" "+str(age)
    print(full_name)
    print(u_age)

  • @dhanushthara3205
    @dhanushthara3205 2 года назад +2

    niyamii aiya
    😍😍😍

  • @shamikadilshan-zz7co
    @shamikadilshan-zz7co Год назад

    first = input("What is your first name ? :")
    middle = input("what is your middle name ? :")
    last = input("What is your last name ? :")
    age = input("What is your age ? :")
    full_name = first + " " + middle + " " + last
    print(full_name)
    print("Your age is" + " " + str(age))

  • @GeekLab
    @GeekLab Год назад

    HTML CSS Javascript tutorials මුල ඉදන් බැලුවා. ඒකේ code එකෙන් code එකේ results live බලන්න පුලුවන්නෙ web browser එකක. Python වල කොහොමද ඒක බලන්නෙ. Practically use වෙන්නෙ කොහොමද?

  • @pasiduneranjana029
    @pasiduneranjana029 Год назад

    fist = input("what is your fist name") middle input("what is your middle name") last input("what is your last name") age = input("what is your age") full_name = "user full name is "+fist + middle+last+"""and user age is" + age I print(full_name).
    Mehemath puluwanda kiyanna ko

  • @dilankavinda...
    @dilankavinda... 2 года назад +2

    අපිට බැරිද form එකක් විදිහට අරගෙන buttons එහෙම දාලා exe file එකක් හදන්න

    • @UdithaSanjaya
      @UdithaSanjaya  2 года назад +2

      ඊට වඩා දේවල් කරන්න පුලුවන් , අවසානෙට කතා කරමු ඒ ගැන 💪

    • @pythoncodingwithnihal-pyth1979
      @pythoncodingwithnihal-pyth1979 2 года назад

      ruclips.net/video/ijuLCumHqvc/видео.html

  • @tpkaraoke
    @tpkaraoke 2 года назад

    අය්යෙ මට algorithms ගොඩක්ම අවුල් මන් හිතන්නෙ මට මැත්ස් හරියට බැරි නිසා ඒ ඒක improve කරගන්න විදියක් නැද්ද

  • @nipundimantha4919
    @nipundimantha4919 2 года назад

    print("Your full name is",first_name,second_name,last_name) "," dana eke weredda ne neda ayye. ethkota space tiyanna one neti nisa mm eka purudu une

  • @samirutharuka
    @samirutharuka Год назад +1

    A = input("Enter your first name : ")
    B = input("Enter your middle name : ")
    C = input("Enter your last name : ")
    age = input("Enter your age : ")
    Full_name = "Your full name is :-" + A+" "+B+" "+C
    print(Full_name)
    age = A +" " + "," "your age is :- " + age
    print(age)

  • @LeshanDewnith
    @LeshanDewnith 17 дней назад +1

    first = input("what is your first name? :")
    middle = input("what is your middle name? :")
    last = input("what is your last name? :")
    age = input("what is your age? :")
    full_name = "your full name is " + first+" "+middle+" "+last
    age = "your age is " + str(age)
    print(full_name)
    print(age)