Computer Science, asked by vinayaksoni3806, 6 months ago

-When mas Python released?
-Who was Python's developer?
-What is cross-platform software?
-What are the advantages and disadvantages of python programming language?
-In how many different ways, can you work in Python?
-For what purpose Python is used for?
-Define token.
-What is keyword?
-What is an identifier?
-What are the rules for identifiers?​

Answers

Answered by Anonymous
5

Answer:

1991

Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

Flutter’s widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts, and your Flutter code is compiled to native ARM machine code using

Answered by falgunibisen
0

Explanation:

1. 1990

2. Guido Van Rossum

3. Cross-platform software is a computer software that is implemented on multiple computing platforms.

4. Advantages...

Python is a interpreted dynamic programming language. It is used in many organisations as it supports multiple programming paradigms.

Disadvantages.....

Python is slow than C or C++. It is not a very good language for mobile development. It has limitations with database access.

5. There are mainly 2 ways in which you can run python programs.

6. Python is a general coding language it can be used for other types of software development.

7. Token is a round piece of metal,plastic etc.

In networking, a token is a series of bits that circulate on a token ring network.

8. A keyword is a word that tells you about the main idea or subject of something.

9. Identifier is a person who identifies with something or someone.

10. 1.. Keywords are not allowed to be used as identifiers.

2... The first character of an identifier can only contain alphabet or underscore.

3...The first character must not be a digit.

4..Each identifier must have at least one character.

Similar questions