All posts by Tuna Peyo

Arithmetic operators

Jul 1,97

The arithmetic operators in Python are used to perform math operations, such as addition, subtraction, multiplication, and division. Python also …

Read More

Get the current date and time

Jun 30,97

You can get the current date and time using Python. However, you will need to import a module called datetime. …

Read More

Strings

Jun 30,97

Strings in Python can be used to store a contiguous set of characters. To define a string, you simple type the characters …

Read More

Numeric variables

Jun 30,97

Numeric variables in Python are used to store numbers. Numbers are usually stored as integers, floating-point values, or complex numbers, depending …

Read More

Variable names

Jun 28,97

There are couple of rules you need to be aware of when naming your variables: 1. you can use only …

Read More

Variable data types

Jun 28,97

Variables in Python can be of a different data type. The data type of a variable is important because it …

Read More
Geek University 2022