Answers
Answer:
=4
Step-by-step explanation:
48/8=6×16=96/24=4
same
↠ Keywords are also known as ⠀⠀reserved words that have some ⠀⠀special meaning T reserved words ⠀⠀may not be used as constant or ⠀⠀variable or any other identifier ⠀⠀names .
↠ All Python keywords contain ⠀⠀lowercase letters only except False, ⠀⠀None and True.
➣ An identifier is a name used to ⠀⠀identify a variable, function, class, ⠀⠀module or object.
➣ An identifier starts with a letter A to ⠀⠀Z or a to z or an underscore ⠀⠀followed by zero or more letters, ⠀⠀underscore and digits (0 to 9).
⠀⠀⠀⠀⠀⠀⠀⠀________________________________
↠ Literals or constants are those data ⠀items whose values cannot be ⠀changed program execution.
↠ They have fixed value.
➣ Operators are special symbols ⠀⠀which perform some computation.
➣ Operands form an expression.
↠ These are tokens that have ⠀⠀syntactic and semantic meaning to ⠀the compiler but the exact ⠀significance depends on the context.
↠ A punctuator can be a token that is ⠀⠀used in syntax.
______________________________