#10 String Slicing Not Cake Slicing || PART 3 || Free Python Tutorials || Coding Anna

preview_player
Показать описание
To help me Make such videos Please Donate::

HopeYouEnjoyedTheVideo!!!

#CodingAnna #PythonTutorialsinTamil

⏬ Popular playlist⏬

👉Unity Tutorials:

👉Python Tutorials:

👉FlappyBird Game:

👉C# Tutorials:

👉Blender Tutorials:

🙏THANKS FOR WATCHING 🙏

⬆️🟥🟧🟨🟩🟦🟪🟫🟥🟧🟨🟩🟦🟪⬛🟥🟧🟨🟩🟦🟪🟫⬇️

♦️My Second Channel:
Gaming Anna: ⬇️

🔴🟠🟡🟢🔵🟣🟤⚪⚫🔴🟠🟡🟢🔵🟣🟤⚪⚫
💟 Subscribe the channel for more videos 💟

❤🧡💛💚💙💜🤎❤🧡💛💚💙💜🤎❤🧡💛💚💙💜🤎
DISCLAIMER:
Copyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.
Thanks For Watching!!!
Рекомендации по теме
Комментарии
Автор

I have a doubt. In case, if there were 4 or 5 conditions such as name, modal, price, condition...etc

mohamedishaq
Автор

Python program ithula nenga two pipes( | ) than use panirinkinga but ithuve three four and more pipes ( | ) vantha eppadi use pannurathu?

balajiboopathi
Автор

Super bro today i learn new function ( rindex)

vaseekaranvijaysurya
Автор

Thanks bro, I started learning from your videos, I found one function as re.split("|") by importing re package we get the output in list format. re.split() we can use as many as delimiters like re.split(', / | : ; , str ) to seperate the string

shenbagavalli
Автор

bro string la oru value ah split pana enna seiyanum.

input
a= “kishan”

output
“k”, ”i”, ”s”, ”h”, ”a”, ”n”

entha type la split panna enna seiyanum

SKvlogzz
Автор

Hello.. if we have more than 3 pipe how can be separate the data?

leninrangarajan
Автор

Bro i have an one doubt,
We have two pipes in this code so we used index and rindex to mention first and last pip, if we have many pipes into this data what should we do for mention that pipes.

rotrirotriques
Автор

Hello Anna slicing examla more pipe iruntha enna pannalamnu sollunga please.

paulraj
Автор

I searched strings from Google but i didn't get results for some functions.

arujunapuskala
Автор

Bro I already learnt python in a another Tamil hacks but they don't fully teach python

gamingwalker
Автор

bro ipo 3 word apidinrathu naala esay ahh pootutom apo more than 3 words iruntha epidi poodanum

pandian
Автор

Bro நான் போனவாட்டி rindex use பண்ணாம பண்ணிட்டேன்! இப்போது அந்த தவறை சரி செய்து நான் rindex பற்றி
தெரிந்து கொண்டேன்.

bro (index)-('|')முதலில் உள்ளதை கண்டுபிடிக்க உதவுது!, (rindex)-("|")கடைசில உள்ளத கண்டுபிடிக்க உதவுது!
Thank You Bro!
Like-போடுங்க!

Pukaska
Автор

Bro game developer job pathi ana katukanu oru video podlamaBro

gamingwalker
Автор

konjam konjam naane try pannen


print("name is :", name)

print("price is : ", price)

print("condition is :", condition)

pandian
Автор

Bro Jarvis project ta konjam nalla solli thanga bro please

thalapathithalapathi
Автор

#try this cod this will make you bad
print('hello frient pleas enter you are name with insial')
name=input()
print("hii ", name)
print("you are insial is ", name[0], " am i right")
answer=input()
print("you are name is ", name[1:])
print("you are full name is ", name)
print("are you a good boy ?say yes im a good man or say im a bad man ")

answer1=input()
print(answer1.replace("good", "bad" " are you sure you are a bad gay "))

a.kmedia
Автор

product = 'rog gaming phone 5| 75000 | ultimate performence '

name = product[:product.index('|')]
price =
purpose =


print('product name : ', name)
print('product price : ', price)
print('product purpose : ', purpose)


# thank u anna . naane dha purpose print panna . tq u

output is

product name : rog gaming phone 5
product price : 75000
product purpose : ultimate performence

KANI_
Автор

Bro my programing:

print('write your details')
product=input()
name=product[:product.index(', ')]
Rs=product[product.index(', ')+1:product.rindex(', ')]
con=product[product.rindex(', ')+1:]

print('your brand - '+name)
print('Rate - '+Rs)
print('requirment - '+con)

massscene
Автор

name=("ROG")
price=("RS.25000")
condition=("NEW")
print ("THE NAME OF THE PRODUCT IS:", name)
Print ("THE PRICE OF THE PRODUCT IS:", price)
print ("THE CONDITION OF THE PRODUCT IS:", condition)

greyhathacker
Автор

Bro Instead of Your Method I have done by my own is this correct
product = "Macbook Air M2 | Rs 130000 | New"
product_Name = product[:product.index("|")]
product_Price = product[product.index(" R"):product.index("| New")]
product_Condition = product[product.index("N"):]
print("Your Product Name is :", product_Name)
print("Your Product Price is :", product_Price)
print("Your Product Condtion is :", product_Condition)

SaranR-dcih
welcome to shbcf.ru