Python Tutorial | | eval() function || by Durga Sir

preview_player
Показать описание
java python
python
python by durgasoft
python videos by durgasoft
Python Online Training
Learn Python
Python Tutorial
python programming Tutorial
python Programming Language Tutorial
python examples
python Advanced Tutorial
python Tutorial for Beginners with examples
python Guide
python 3.0 Tutorial
python crash course
Python Tutorial for Beginners
Python Tutorial for Absolute Beginners
Python Tutorials by durgasoft
Python Programming videos by durgasir
=========================================
You an see more Java videos following link:

Java tutorial by durga sir

Java 9 by durga sir

Java 1.8 Version New Features by Durga sir

Adv Java JDBC Tutorial by Durga sir

OCJA 1.8 Java SE 8 Programmer - I (1Z0 - 808 ) By Durga sir

Core Java by NagoorBabu sir

Advenced Java by Nagoorbabu sir

CoreJava by Ratan

Advanced Java jdbc by Ratan

Advjava tutorials - JSP by Ratan

Adv java servlets tutorial by ratan

Servlet and JSP Tutorial by anji reddy

Advanced Java Jdbc by Anjireddy

Hibernate byAnjireddy

Struts by Anjireddy

Spring by Mr.AnjiReddy

ADV JAVA by Naveen

Spring by Mr.Naveen

Hibernate by Mr. Naveen

Struts by Mr.Naveen
Рекомендации по теме
Комментарии
Автор

Tomorrow is my End Semester examination and Python was a major portion to be covered, but then you came as our "messiah" and cleared my doubt about this eval() function

aniket
Автор

Let's not make language a barrier and appericiate his effort for our clear understanding 😁

A_man_
Автор

The best explanation I've ever seen, thank you soo much for this amazing explanation sir :)

datalove
Автор

Just came here after wasting 1 hr on Google..ur video saved me

manofsteel
Автор

in this function i search lot of time in internet finally found this exciting video THANKYOU

letsgetjob
Автор

You are great ...and u explained everything so beautifully

adyaara
Автор

sir it is tuple ...not toopul 😂btw sir very nice explanation ...it was very good !! thanks sir

anusmitasamanta
Автор

thanks i understand it means the eval function completely execute the string data or any other data.

shahhussain
Автор

wonderful explaination sir, thank you so much

ravindrasingh
Автор

Great Sir.Understood the topics easily

shazzadrahman
Автор

awesome sir
understood fully w/o any doubt.

TheWhiStLerBoY
Автор

SIR YOUR VIDEOS ARE AWESOME. UR VIDEOS HAVE THE POTENTIAL TO REACH MILLIONS OF VIEWS. BUT MAKE SURE TO CREATE A PROPER THUMBNAIL. SO THAT UR NUMBER OF VIEWERS INCREASE.

aditishree
Автор

Thank you very much Sir... Very nice explanation

mansi
Автор

thank you very much sir for this video

saddamahmad
Автор

X=eval('10+20+30') sir but it is in single quote it should be string i guess pls reply sir

glamgirl
Автор

what about globals and locals arguments in the eval function?

majetysaiabhinesh
Автор

Sir can u explain print(eval('1*-2'*2)) of output 42(how it works)

kurshitha
Автор

x= 10+20+30.7
print(x)
it is still returning 60.7 even without eval. so what is the use of eval ?

dhruv
Автор

Sir plz tell me how tp enter a list using eval

manavgupta
Автор

Sir when i do type
X="3+7-1"
print(eval(X))
Output = "3+7-1"
Sir why

allanimeworld