Computer Science, asked by Anonymous, 11 months ago

What is the main difference between ' ' and " " in python programming language?

Answers

Answered by posh23
1

Answer:

Variables are declared in C. Python has no declaration.

C doesn't have native OOP. Python has OOP which is a part of language.

Pointers are available in C language. No pointers functionality is available in Python.

C is a compiled language. Python is an interpreted language.

Similar questions