Computer Science, asked by mintiritu668, 6 months ago

is "for1" an identifier in python?​

Answers

Answered by Anonymous
0

The answer is yes...

Example:

Input:

for1=str(input( ("Write something:"))

print(for1)

Output:

Write something: Thank my answer (Enter)

Thank my answer

Here, for1 is an identifier...

Note: An identifier cannot start with a number

Answered by satyamkumar5428
0

Answer:

No

Explanation:

We can't say that for 1 is an identifier in Python because the syntax of for is for <variable> and 1 is not a variable .

Please mark me as Brainliest

Similar questions