What are the various ways to …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Diya Vijay 4 years, 11 months ago
- 2 answers
Related Questions
Posted by Anshika Maurya 1 year, 2 months ago
- 0 answers
Posted by Samyak Jain 1 year, 5 months ago
- 0 answers
Posted by T Kumaran 1 year, 4 months ago
- 0 answers
Posted by Account Deleted 1 year, 7 months ago
- 1 answers
Posted by Jaspreet Sethi 1 year, 3 months ago
- 0 answers
Posted by Gowri Menon .Menon 1 year, 3 months ago
- 0 answers
Posted by Anchal Ratna 1 year, 7 months ago
- 1 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, 11 months ago
a = [2,5,"science"]
this is a list where "a" is an identifier and 2 and 5 are integers and 'science ' is a string
if you print it then
print(a)
then it will give the output
[2, 5, 'science']
4Thank You