Computer Science, asked by ankurmallick35, 6 months ago

Which Python compiler is used in CBSE (say class 11) ?​

Answers

Answered by rpvvipex912152
0

Answer:

JOIN NOW

Home

/

Class 11 - Computer Science with Python Sumita Arora

/

Python Fundamentals

Chapter 7

Python Fundamentals

Class 11 - Computer Science with Python Sumita Arora

Multiple Choice Questions

Question 1

Special meaning words of Pythons, fixed for specific functionality are called .......... .

Identifiers

functions

Keywords ✓

literals

Question 2

Names given to different parts of a Python program are .......... .

Identifiers ✓

functions

Keywords

literals

Question 3

Data items having fixed value are called .......... .

Identifiers

functions

Keywords

literals ✓

Question 4

Which of the following is/are correct ways of creating strings ?

name = Jiya

name = 'Jiya' ✓

name = "Jiya" ✓

name = (Jiya)

Question 5

Which of the following are keyword(s) ?

name

Print

print ✓

input ✓

Answered by arthitsen11
0

Answer:

PyCharm

Explanation:

This contains all the tools you need for learning and it boosts your productivity much more than any other compiler available. You can start with the community version and then buy the whole version if you feel you want more features although the Community edition has everything you need.

Similar questions