Computer Science, asked by priyankapandey1375, 9 months ago


Fill in the blanks.
1.Python variables do not need explicit__________to reserve memory space.
2.The__________operator is used to assign a value to a variable . 3.________data type is identified as a contiguous set of charactersrepresented in quotes.
4._________function is used to accept input from a keyboard.
5.________escape sequence adds a new line between the arguments.

Answers

Answered by akankshaa676
5

Answer:

1-declaration

2-=

3-\string

4-scanf()

5-regexp constructor

Answered by chiragsinghania19
0

Answer:

1 Declaration

2 Assignment

3 String

4 Input

5 \n

Similar questions