Dynamic typing feature
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Shobhit Sharma 4 years, 2 months ago
- 3 answers
Tec Om 4 years, 2 months ago
a=10
a=20
Gaurav Seth 4 years, 2 months ago
Dynamic Typing feature of Python:
- Dynamic typing is characteristic of many of the scripting languages: Perl, PHP, Python, etc
- Dynamic typing in Python means the interpreter itself infers the type of data that a variable receives, without the need of user.
- Here, the types are automatically determined at run time, so it doesn’t require a declaration of variables at the time of code.
Related Questions
Posted by Abi S 8 months ago
- 0 answers
Posted by Samyak Jain 8 months, 1 week ago
- 0 answers
Posted by Anshika Maurya 5 months ago
- 0 answers
Posted by Account Deleted 10 months ago
- 1 answers
Posted by Gowri Menon .Menon 5 months, 2 weeks ago
- 0 answers
Posted by Anchal Ratna 9 months, 4 weeks ago
- 1 answers
Posted by Gopall Mahato 5 months, 1 week ago
- 0 answers
Posted by T Kumaran 6 months, 2 weeks ago
- 0 answers
Posted by Jaspreet Sethi 6 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Tec Om 4 years, 2 months ago
a="name"
1Thank You