Operators in python explained in tamil. python operators arithmetic, logical, comparison operators.

Поделиться
HTML-код
  • Опубликовано: 10 окт 2024
  • In this video i explained about basic operators in python in simple words.
    Post the task solution in the comments.
    Task: student Mark calculator.
    Subscribe to this channel for more such videos.
    Specially for ai&ml&dl stuffs .
    #coder #coding #programming #python #code #codingintamil #learnpython #programmingintamil #pythonforbeginners #pythonfullcourse

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

  • @nmagesh7168
    @nmagesh7168 4 дня назад

    Bro dailyuom video podu bro

  • @Rajakumar-td8im
    @Rajakumar-td8im 5 дней назад

    Prime number & non prime number using for loop? Pls give explain, im beginner for python language

    • @Ajaydhisone
      @Ajaydhisone  4 дня назад

      Soon I will upload video for that.👍

    • @Ajaydhisone
      @Ajaydhisone  4 дня назад

      But for now: Take the number you want and then iterate till that number from 2, in the for loop check if the number is divided by the current number if the number is divisible then print ("non prime") and break the loop else if not divisible in all the iteration print ("prime")