Python Full Course [PART 7] || Telugu || Strings

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 107

  • @THARALALAYA
    @THARALALAYA 3 หลายเดือนก่อน +25

    U can't even imagine how much u are helping students by a clear explanation, that happiness when we are able write a code by listening to u r classes was incredible

  • @himaharshil6567
    @himaharshil6567 7 หลายเดือนก่อน +8

    Bro i am watching your videos from part 1 ,which are very useful to me
    and super explanation

  • @TheHappyUs
    @TheHappyUs 11 หลายเดือนก่อน +7

    Soo Great of your Teaching, do start DSA ASAP 🥲

  • @Lokeshvitap
    @Lokeshvitap 4 หลายเดือนก่อน +5

    #problem5 we can try this:
    year=int(input())
    if year%100==0:
    if year%400==0:
    print("Leap year.")
    else :
    print("not a leap year.")

    elif year%4==0:
    print("Leap year.")

  • @MyLove-z1y
    @MyLove-z1y 19 วันที่ผ่านมา

    Thank you nenu 0 nundi ikkada varaku ragaliganu ante u r the reason ❤

  • @Siva-n6y
    @Siva-n6y 9 หลายเดือนก่อน +3

    Chala basics bro ivvi chusa playlist lo bro interview lo elanti questions adagaru programming chepava a company and how to apply off campus,I am present 4 th year

  • @Srilekha-o3w
    @Srilekha-o3w 2 หลายเดือนก่อน +2

    Super explanation anna
    SQL kuda cheppandi

  • @krahulyadav
    @krahulyadav 11 หลายเดือนก่อน +10

    The Largest Among three numbers
    n = input("Enter three numbers:")
    x,y,z = n.split(" ")
    num1 = int(x)
    num2 = int(y)
    num3 = int(z)
    If num1 > num2 and num1 > num3:
    print(f"The largest value : {num1}")
    elIf num2 > num1 and num2 > num3:
    print(f"The largest value : {num2}")
    else:
    print(f"The largest value : {num3}")

  • @rcbshorts1478
    @rcbshorts1478 8 หลายเดือนก่อน +17

    Anna problem 4 loo just
    If a>b and a>c:
    Print("a is larger no")
    elif b>a and b>c:
    print("b is larger no")
    else:
    print (" c is larger no")
    Pedithe aipoddhi kadhanna

    • @manavteja3828
      @manavteja3828 7 หลายเดือนก่อน +2

      Same thought broo 😅

    • @rajatelagathoti
      @rajatelagathoti 6 หลายเดือนก่อน +1

      Same bro

    • @b.shivarajsimhadri8484
      @b.shivarajsimhadri8484 3 หลายเดือนก่อน

      Bro 1st if ,else conditions ki (==) evvu bro tharvatha ne doubt adugu .....

    • @harshawithuuu
      @harshawithuuu 2 หลายเดือนก่อน

      if two equal numbers are given,then answer will be wrong

  • @mallovenkatesh3565
    @mallovenkatesh3565 11 หลายเดือนก่อน +13

    Explntion bagundhi
    Sql kuda chapandi

  • @hyderbadkingspopular
    @hyderbadkingspopular 6 หลายเดือนก่อน +14

    TEMPERATURE CONV LAST PROBLEM annaya { ok ]
    a = int(input("enter temperature :"))
    units = input("give ")
    f = (a*(9/2)+32)
    k = (273+a)
    c = ((f - 32)*5/9)
    if units == "c":
    print(f"temperature in fahreniet :({f})")
    print(f"temperature in kelvin : ({k})")
    elif units == "k":
    print(f"temperature in fahreniet :({f})")
    print(f"temperature in fahreniet :({c})")
    elif units == "f":
    print(f"temperature in fahreniet :({k})")
    print(f"temperature in fahreniet :({c})")
    else :
    print ("coded")

  • @vipinkarthik7163
    @vipinkarthik7163 2 หลายเดือนก่อน

    chaala easy ga ardam ayindi bro . TQ

    • @vipinkarthik7163
      @vipinkarthik7163 2 หลายเดือนก่อน

      almost 2 years nundi try chestunna , eh video clarity ga ardam kaledu , madhyalo odilesa , enduko ni videos pop ainai na feed lo so emundi elago ardam kadu ani open chesa , cut chestey ni 7 th video vrki ocha ...

  • @Bhavya_sri2975
    @Bhavya_sri2975 11 หลายเดือนก่อน +4

    Hlo anna, meeru C programming full course kuda chepandi anna pls

  • @mrmr3157
    @mrmr3157 6 หลายเดือนก่อน

    THANKS FOR YOUR VIDEOS BRO 🤩🤩🤩

  • @Udaykumar0234
    @Udaykumar0234 4 หลายเดือนก่อน +10

    #assignment on temparature
    a=int(input())
    b=input("Enter the units :")
    b1=b.lower()
    if b1=='c':
    k=a+273.15
    f=a*9/5+32
    print(f"temparature in kelvin :{k}")
    print(f"temparature in fahrenhiet:{f}")
    elif b1=='k':
    c=a-273.15
    f=(a-273.15)*9/5+32
    print(f"temparature in celcius:{c}")
    print(f"temparature in faherhiet :{f}")
    elif b1=='f':
    c=(a-32)*5/9
    k=(a-32)*5/9+273.15
    print(f"temparature in celcius:{c}")
    print(f"temparature in kelvin :{k}")

    • @SUDHEERKUMAR-fs7iu
      @SUDHEERKUMAR-fs7iu 2 หลายเดือนก่อน +1

      bro assignments akada unnai

    • @SruthiBammidi-vg4vo
      @SruthiBammidi-vg4vo หลายเดือนก่อน

      Assignments ekkada nunchi chesthunnaru? Ekkada unnai?

    • @mr.indian9841
      @mr.indian9841 26 วันที่ผ่านมา

      @@SruthiBammidi-vg4vo description lo chudu bro

    • @mr.indian9841
      @mr.indian9841 26 วันที่ผ่านมา

      @@SruthiBammidi-vg4vo description lo chudu bro

  • @mdhanush313
    @mdhanush313 3 หลายเดือนก่อน +1

    d=int(input("year:"))
    if d%4==0 and d%100!=0 or d%400==0:
    print("leap year")
    else:
    print("not a leap year")

  • @MyLove-z1y
    @MyLove-z1y 19 วันที่ผ่านมา

    m=int(input('marks in maths: '))
    s=int(input('marks in scince: '))
    e=int(input('marks in english: '))
    total_marks=(m+s+e)
    average_marks=total_marks/3
    percentage=(total_marks/300)*100
    print(f"total marks: {total_marks}
    average marks:{average_marks}")
    grade= " "
    if m>=35 and s>=35 and e>=35 and percentage > 90:
    print("A")
    elif m>=35 and s>=35 and e>=35 and percentage > 80:
    print("B")
    elif m>=35 and s>=35 and e>=35 and percentage < 70:
    print("c")
    p=" "
    if m>=35 and s>=35 and e>=35:
    print("pass")
    else:
    print("fail")

  • @SravanthiBandhakavi-t2g
    @SravanthiBandhakavi-t2g 9 หลายเดือนก่อน +2

    Input teskuni....process cheste ...output emostundi......
    Formula by swaroop...

  • @guptapusarla2097
    @guptapusarla2097 5 หลายเดือนก่อน

    23:00 we can try s[1:-1 ] or any other number but if we try [-4:3] or any other numbers why it is not showing any answer or no error is found in terminal. Any reason for it

  • @Mann-23424
    @Mann-23424 5 หลายเดือนก่อน

    i will for sure crack python in this month.

  • @cnkgamer3586
    @cnkgamer3586 5 หลายเดือนก่อน

    awesome explanation guru

  • @gowthamsaidharanikota8164
    @gowthamsaidharanikota8164 8 หลายเดือนก่อน

    We will crack python ❤❤❤

  • @MyLove-z1y
    @MyLove-z1y 19 วันที่ผ่านมา

    Nenu try chesa correctena guruvu garu .

  • @AnithaKorikana
    @AnithaKorikana 6 หลายเดือนก่อน

    Definitely i will crack python

  • @DivyaKarike
    @DivyaKarike 5 หลายเดือนก่อน

    Bro your teaching amezing br

  • @Srreddy1
    @Srreddy1 7 หลายเดือนก่อน +1

    Mcq malli okasari whatsapp group lo post cheandi bro it will be helpful

  • @gbg9848
    @gbg9848 7 หลายเดือนก่อน +4

    Anna whatsApp group lo join avvutuntey full ayyipoyaaru ani vastundhi please anna reply avvadam ledhu nuvvu 😢

  • @RajinikarDlmt
    @RajinikarDlmt 2 หลายเดือนก่อน

    సూపర్ మైండ్ గ్లొవింగ్

  • @CakeBreakerRock
    @CakeBreakerRock 2 หลายเดือนก่อน

    m = int(input("Marks in Math: "))
    s = int(input("Marks in Science: "))
    e = int(input("Marks in English: "))
    total_marks = m+s+e
    average_marks = total_marks/3
    grade = "None"
    if total_marks >= 60 and total_marks < 70:
    grade = "Pass Marks"
    elif total_marks >= 70 and total_marks < 80:
    grade = "C"
    elif total_marks >= 80 and total_marks < 90:
    grade = "B"
    elif total_marks >= 90:
    grade = "A"
    else:
    grade = "Fail"
    print(f"Your Total Marks: {total_marks}")
    print(f"Your Average Marks: {average_marks}")
    print(f"Your Grade: {grade}")

  • @Navadeep666_
    @Navadeep666_ 5 หลายเดือนก่อน +2

    We will crack python

  • @yasaswinikolli4336
    @yasaswinikolli4336 6 หลายเดือนก่อน +1

    year=int(input("Enter the year "))
    if year%4==0:
    if year%100==0 and year%400!=0:
    print("not leap year")
    else:
    print("leap year ")
    else:
    print("not a leap year ")
    can we use this approach
    for 5th problem?

  • @madhucuteboy1395
    @madhucuteboy1395 4 หลายเดือนก่อน +1

    i will crack python😎

  • @neelimaseva169
    @neelimaseva169 5 หลายเดือนก่อน +1

    Function ela rayali annadhi oka vedio chyyandi

  • @CakeBreakerRock
    @CakeBreakerRock 2 หลายเดือนก่อน

    Did it with out seeing:
    s = input("Type Something To Check If It Is Palindrome:")
    reverse_s = s[::-1]
    if s == reverse_s:
    print(f"Yes, {s} Is A Palindrome")
    else:
    print(f"No, {s} Is Not A Palindrome")

  • @ramanji_99
    @ramanji_99 หลายเดือนก่อน

    Njoy pandagoo

  • @sidamuday788
    @sidamuday788 11 หลายเดือนก่อน

    Nice explanation bro

  • @udaybhargav2507
    @udaybhargav2507 3 หลายเดือนก่อน

    Assignment Answer:
    temperature = float(input("Enter the temperature: "))
    unit = input("Enter the units (C/F/K): ")
    unit1 = unit.lower()
    if unit1 == "c":
    k = temperature + 273.15
    f = (temperature*(9/5)) + 32
    print(f"The temperature in kelvin is: {k}")
    print(f"The temperature in fahrenheit is: {f}")
    elif unit1 == "f":
    c = (temperature - 32) * 5/9
    k = (temperature - 32) * 5/9 + 273.15
    print(f"The temperature in celsius is: {c}")
    print(f"The temperature in kelvin is: {k}")
    elif unit1 == "k":
    c = temperature - 273.15
    f = (temperature - 273.15) * 9/5 + 32
    print(f"The temperature in celsius is: {c}")
    print(f"The temperature in fahrenheit is: {f}")
    else:
    print("Invalid unit. Please enter C, F, or K.")

  • @lakshyapappu
    @lakshyapappu 7 หลายเดือนก่อน

    Brain tho bhale aadukundhi bayya problem 5! I have to take a look at it once more!

  • @AjayKumarmotupalli
    @AjayKumarmotupalli 2 หลายเดือนก่อน

    Anna white spaces gurinchi cheppu anna ardham kaledhu

  • @CakeBreakerRock
    @CakeBreakerRock 2 หลายเดือนก่อน

    year = int(input("Enter A Year To Check If It Is A Leap Year:"))
    leap = False
    if year%100 == 0 and year%400 != 0:
    leap = False
    elif year%4 == 0:
    leap = True
    else:
    leap = False
    print(f"Is {year} A Leap Year?
    Answer: {leap}")

  • @harikapamulapati7220
    @harikapamulapati7220 6 หลายเดือนก่อน +1

    What's app group full ani vasthundhi, plz new what's app group ni create cheyyara plz

  • @sambasivarao5765
    @sambasivarao5765 2 หลายเดือนก่อน

    Chepthunna.. tharuvatha MCQ lo thappu chesthe untadhi mari😅😅😂😂😂😂

  • @Orange.762
    @Orange.762 7 หลายเดือนก่อน +5

    anna i tried this for problem 4:
    s = input('Enter the values:')
    x,y,z = s.split(',')
    num1 = int(x)
    num2 = int(y)
    num3 = int(z)
    if num1 >= num2 and num1 >= num3:
    print(f'Greatest:{num1}')
    elif num2 >= num3 and num2 >= num1:
    print(f'greater:{num2}')
    else :
    print(f'greater:{num3}')

  • @vignesh-l3i
    @vignesh-l3i 8 หลายเดือนก่อน +1

    bro python lo website front end part design heyocha ??? or only back end kosame python use chestara ?? plz replay bro...tq

  • @lakshmikumarisurisetti-hr8bg
    @lakshmikumarisurisetti-hr8bg หลายเดือนก่อน

    We will crack python

  • @ranganath6465
    @ranganath6465 11 หลายเดือนก่อน +1

    Anna ui ux designer gurinchi cheppu please

  • @sureshsanka1648
    @sureshsanka1648 11 หลายเดือนก่อน +1

    Please send some information about Full stack developer

  • @Devender2738
    @Devender2738 4 หลายเดือนก่อน

    We will crack PyTHON

  • @NagaRaju-ek8zt
    @NagaRaju-ek8zt 5 หลายเดือนก่อน

    Sql full course chepandi anna

  • @Baba_Fakhrudhin
    @Baba_Fakhrudhin 7 หลายเดือนก่อน

    we will crack python
    you will crack 200k

  • @sakethreddy1075
    @sakethreddy1075 9 หลายเดือนก่อน

    str="chaduvkondi firstuu"
    print(str[0:-1:-1])
    answer blank enduku ostundhi

  • @MyLove-z1y
    @MyLove-z1y 18 วันที่ผ่านมา

    x=int(input("give a numbe:"))
    y=int(input("give a numbe:"))
    z=int(input("give a numbe:"))
    if x>y and x>z:#or x==y or x==z:
    print(f"largest value is:{x}")
    elif xz or z>x>y or x==y:
    print(f"middle value is:{x}")
    elif y>x and y>z:#or y==x or y==z:
    print(f"largest valur is:{y}")
    if yz or z>y>x or y==x or y==z:
    print(f"middle value is:{y}")
    if z>y and z>x:#or z==x or z==y:
    print(f"largest valur is:{z}")
    elif zy or y>z>x or z==x or z==y:
    print(f"middle value is:{z}")
    else:
    print(" invalid input")

  • @kanikekrishna6869
    @kanikekrishna6869 5 หลายเดือนก่อน +1

    MCQ akkada unai Anna

  • @Hansika-w8o
    @Hansika-w8o 4 หลายเดือนก่อน

    #Problem5
    h = int(input("Enter any year"))
    if ( h % 4 == 0 ) and
    ( h % 100 !==0 ) and
    ( h % 400 == 0 ) :
    print("LEAP YEAR")
    else :
    print("NON LEAP YEAR")
    Can we try this ??

  • @PremKumar-n7f
    @PremKumar-n7f 5 หลายเดือนก่อน

    Bro MCQ adho maku kuda access evachu kada bro

  • @OG_SAAHO
    @OG_SAAHO 5 หลายเดือนก่อน

    we will crack python

  • @shareef_369
    @shareef_369 4 หลายเดือนก่อน

    I will crack python

  • @neelimaseva169
    @neelimaseva169 5 หลายเดือนก่อน

    Bro functions cheppaledeee

  • @YaswanthGAMMER
    @YaswanthGAMMER 11 หลายเดือนก่อน +12

    Anna c kuda cheppu anna

    • @BharathPARUL
      @BharathPARUL 9 หลายเดือนก่อน

      c already chepparu bro anna website lo check chayu

    • @Srreddy1
      @Srreddy1 7 หลายเดือนก่อน +1

      @@BharathPARUL Me dagara mcq pdf unte plzz share cheyandii

    • @Srreddy1
      @Srreddy1 7 หลายเดือนก่อน

      python

  • @smart5422
    @smart5422 6 หลายเดือนก่อน

    Anna mcq's levu anna

  • @Meh_me09
    @Meh_me09 5 หลายเดือนก่อน

    communities ani full unayi anna !! please other evandi okati

  • @9961_hacker-yt.
    @9961_hacker-yt. 11 หลายเดือนก่อน

    We will crack python

  • @sureshsanka1648
    @sureshsanka1648 11 หลายเดือนก่อน

    Hai sir
    I have one doubt
    Is full stack developer is good for 3rd year B tech students

  • @SruthiBammidi-vg4vo
    @SruthiBammidi-vg4vo หลายเดือนก่อน

    Assignments ekkada unnai?

  • @shaikirshad-fn2mo
    @shaikirshad-fn2mo 11 หลายเดือนก่อน +2

    Anna please c cheppu

  • @ssmining-bn4th
    @ssmining-bn4th 7 หลายเดือนก่อน +2

    temp=int(input("Enter Temperature:"))
    unit=str(input("enter units (K or F or C): "))
    if unit== "C":
    print(f"Temp in fahrenheit:{(temp*(9/5))+32}F
    Temperature in Kelvin:{temp+273.15}K")
    elif unit== "F":
    print(f"Temp in Celsius:{(temp-32)*5/9}C
    Temperature in Kelvin:{((temp-32)*5/9)+273.15}K")
    elif unit== "K":
    print(f"Temp in Celsius:{temp-273.15}C
    Temperature in fahrenheit:{((temp-273.15)*9/5)+32}F")

  • @akshithmamidi
    @akshithmamidi 10 หลายเดือนก่อน

    Anna manaku string telusu kani dani oka index kanukovali. Daniki ee function ledha?

    • @goutham1023
      @goutham1023 9 หลายเดือนก่อน +1

      Var_name : Goutham
      print(var_name.index('o'))
      Output : 1

  • @I_sairahul.kv_08
    @I_sairahul.kv_08 6 หลายเดือนก่อน

    a = int(input("enter temperature :"))
    units = input("give units ")
    f = (a*(9/5)+32)
    k = (273.15+a)
    c = ((f - 32)*5/9)
    if units == "c":
    print(f"temperature in fahreniet :({f})")
    print(f"temperature in kelvin : ({k})")

    elif units == "k":
    print(f"temperature in fahreniet :({f})")
    print(f"temperature in celsius :({c})")

    elif units == "f":
    print(f"temperature in kelvin :({k})")
    print(f"temperature in celsius :({c})")
    else :
    print ("done")

  • @Subbu-bf9yi
    @Subbu-bf9yi 7 หลายเดือนก่อน

    temp=int(input("give number: "))
    print(f"Temparature in Farenhiet - {(temp*9/5)+32}F")
    print(f"Temparature in kelvin - {temp+273.15}K")

  • @PrashanthPrashu-by7jn
    @PrashanthPrashu-by7jn 7 หลายเดือนก่อน

    Bro assignment ekkada unaie bro

  • @beasthunter2682
    @beasthunter2682 7 หลายเดือนก่อน +1

    Bro 5th sum ke year/100 kada but modulo% enduku vachinde bro 😢
    Nenu mobile lo chastuntey false ane vastunde but modulo pedutunde result correct ga vastunde

    • @sivaramsrinivas6323
      @sivaramsrinivas6323 7 หลายเดือนก่อน

      Broo nenu recent ga chustunaa assignment ekkada bro website ah

    • @sivaramsrinivas6323
      @sivaramsrinivas6323 7 หลายเดือนก่อน

      Can you please share me the link

    • @RamaDevi-mz4nc
      @RamaDevi-mz4nc 7 หลายเดือนก่อน

      ​@@sivaramsrinivas6323 Pettadu ahh 🙄

    • @Teju_Edits77
      @Teju_Edits77 6 หลายเดือนก่อน

      Actual ga ee playlist "Code with Swaroop" app lo untadi ,money pay cheyyali , andulo assignments untayi . But bro deenini TH-cam lo upload chesadu free sample ga

  • @hiifriend7604
    @hiifriend7604 11 หลายเดือนก่อน +1

    Anna na date of birth mistake undhi aadhar card lo jee mains ki allow chestara ledha reply please

    • @SwaroopVITB
      @SwaroopVITB  11 หลายเดือนก่อน +2

      ippudu inkem cheyalem gaa, parledhu chestharu anukunta

  • @SandeepDuddukuri
    @SandeepDuddukuri 5 หลายเดือนก่อน

    for leap year program we have not satisfied the specified output
    here is exact solution:
    year=int(input("enter a year: "))
    if (year % 4 == 0 and year % 100 != 0) or(year % 400 == 0):
    print(f"{year} is a leap year.")
    else:
    print(f"{year} is not a leap year.")

  • @sarathreddycherla-th7jh
    @sarathreddycherla-th7jh 3 หลายเดือนก่อน

    bro mcq, mcq, antav ,ekada unay bayya asalu ????????????????????????

  • @NavaneethS-r4c
    @NavaneethS-r4c 5 หลายเดือนก่อน

    Anyone send assignment pdf's

  • @nanimadhav2794
    @nanimadhav2794 11 หลายเดือนก่อน

    bro mcqs ekkada?

  • @manikantaananya
    @manikantaananya 8 หลายเดือนก่อน

    temp=int(input("Enter temperature: "))
    name = input("Enter Units(K or F or C): ")
    name1=name.lower()
    if name1 =="c":
    print(f"Temperature in Fahrenheit:{(temp* 9/5) + 32}F
    Temperature in Kelvin: {temp + 273.15}K")
    elif name1 == "k":
    print(f"Temperature in celsius:{(temp - 273.15)}C
    Temperature in fahrenheit:{(temp - 273.15) * 9/5 + 32}F")
    elif name1 == "f":
    print(f"Temperature in celsius:{(temp - 32) * 5/9}C
    Temperature in Kelvin:{(temp - 32) * 5/9 + 273.15}K")
    else:
    print("Invalid key try again")

  • @sukumarsukku-q9m
    @sukumarsukku-q9m 10 หลายเดือนก่อน

    answer this
    print(s[4::2])=?

    • @Hunt_Products
      @Hunt_Products 10 หลายเดือนก่อน +3

      start from 4 element and skip elements of 1
      example : a = "Hello world"
      print(s(4::2)
      #out put : owrd
      ok👆

  • @AnilVamsi-b2w
    @AnilVamsi-b2w 9 หลายเดือนก่อน

    Hi machaa , i have some doubts about python course and i need your help , iam studying btech 1st year in Chennai

  • @deveshmishra1952
    @deveshmishra1952 11 หลายเดือนก่อน

    Bhai maine phase 1 mai lpunest lateral entry ka exam diya tha mera result a gya mai category 2 mai aya hoo meri fees 105000 per semester hai , but mai phirse doonha lpunest but mere paas ab tak second chance wala option nhi aya , to please bta do ki option kab tak ayega aur ya phir mujhe new Id se register krna padega

    • @SwaroopVITB
      @SwaroopVITB  11 หลายเดือนก่อน

      New id Nhi chahiye, option will come again. You can message me in insta if you want the exact info.

    • @deveshmishra1952
      @deveshmishra1952 11 หลายเดือนก่อน

      @@SwaroopVITB ok sure bro , option. Will come , but you know , lpu councellor are forcing me to apply with another mobile number with new Id , that's why I blocked them

  • @bestwhatsappstatustelugu9472
    @bestwhatsappstatustelugu9472 8 หลายเดือนก่อน

    Sql kavali brooo

  • @ssmining-bn4th
    @ssmining-bn4th 7 หลายเดือนก่อน +2

    temp=int(input("Enter Temperature:"))
    unit=str(input("enter units (K or F or C): "))
    if unit== "C":
    print(f"Temp in fahrenheit:{(temp*(9/5))+32}F
    Temperature in Kelvin:{temp+273.15}K")
    elif unit== "F":
    print(f"Temp in Celsius:{(temp-32)*5/9}C
    Temperature in Kelvin:{((temp-32)*5/9)+273.15}K")
    elif unit== "K":
    print(f"Temp in Celsius:{temp-273.15}C
    Temperature in fahrenheit:{((temp-273.15)*9/5)+32}F")

  • @KurakulaHruthika
    @KurakulaHruthika 4 วันที่ผ่านมา

    We will crack python

  • @MahithaMekala
    @MahithaMekala 10 หลายเดือนก่อน +1

    We will crack python