Python Language: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
x = 1
x = 1
</syntaxhighlight>
</syntaxhighlight>
=Functions=
=Expressions=


=Organizatorium=
=Organizatorium=

Revision as of 04:22, 22 May 2021

Internal

Statements

Assignment Statement

x = 1

Functions

Expressions

Organizatorium

  • statement vs function. print is a statement in python 2, print() is a function in python3.