Lesson 3 Variable types in Python

8 minutes
Share the link to this page
Copied
  Completed
You need to have access to the item to view this lesson.
One-time Fee
$69.99
List Price:  $99.99
You save:  $30
€64.96
List Price:  €92.81
You save:  €27.84
£55.77
List Price:  £79.68
You save:  £23.90
CA$95.68
List Price:  CA$136.70
You save:  CA$41.01
A$106.02
List Price:  A$151.47
You save:  A$45.44
S$94.41
List Price:  S$134.88
You save:  S$40.47
HK$546.80
List Price:  HK$781.18
You save:  HK$234.37
CHF 63.34
List Price:  CHF 90.49
You save:  CHF 27.15
NOK kr761.11
List Price:  NOK kr1,087.35
You save:  NOK kr326.23
DKK kr485.02
List Price:  DKK kr692.92
You save:  DKK kr207.89
NZ$116.42
List Price:  NZ$166.33
You save:  NZ$49.90
د.إ257.06
List Price:  د.إ367.25
You save:  د.إ110.18
৳7,660.01
List Price:  ৳10,943.35
You save:  ৳3,283.33
₹5,835.78
List Price:  ₹8,337.18
You save:  ₹2,501.40
RM331.75
List Price:  RM473.95
You save:  RM142.20
₦86,437.65
List Price:  ₦123,487.65
You save:  ₦37,050
₨19,416.31
List Price:  ₨27,738.77
You save:  ₨8,322.46
฿2,572.74
List Price:  ฿3,675.50
You save:  ฿1,102.76
₺2,264.43
List Price:  ₺3,235.04
You save:  ₺970.61
B$356.70
List Price:  B$509.60
You save:  B$152.89
R1,295.44
List Price:  R1,850.72
You save:  R555.27
Лв127.05
List Price:  Лв181.51
You save:  Лв54.46
₩94,909.58
List Price:  ₩135,590.93
You save:  ₩40,681.35
₪259.50
List Price:  ₪370.74
You save:  ₪111.23
₱3,993.87
List Price:  ₱5,705.78
You save:  ₱1,711.90
¥10,712.31
List Price:  ¥15,303.96
You save:  ¥4,591.65
MX$1,187.89
List Price:  MX$1,697.07
You save:  MX$509.17
QR254.57
List Price:  QR363.69
You save:  QR109.12
P950.82
List Price:  P1,358.38
You save:  P407.55
KSh9,247.76
List Price:  KSh13,211.65
You save:  KSh3,963.89
E£3,352.12
List Price:  E£4,788.95
You save:  E£1,436.83
ብር4,006.43
List Price:  ብር5,723.72
You save:  ብር1,717.28
Kz58,511.64
List Price:  Kz83,591.64
You save:  Kz25,080
CLP$65,950.47
List Price:  CLP$94,219
You save:  CLP$28,268.52
CN¥506.53
List Price:  CN¥723.64
You save:  CN¥217.11
RD$4,055.76
List Price:  RD$5,794.19
You save:  RD$1,738.43
DA9,420.16
List Price:  DA13,457.95
You save:  DA4,037.79
FJ$157.70
List Price:  FJ$225.30
You save:  FJ$67.59
Q542.52
List Price:  Q775.06
You save:  Q232.54
GY$14,601.52
List Price:  GY$20,860.22
You save:  GY$6,258.69
ISK kr9,764.23
List Price:  ISK kr13,949.49
You save:  ISK kr4,185.26
DH703.98
List Price:  DH1,005.73
You save:  DH301.75
L1,236.34
List Price:  L1,766.28
You save:  L529.93
ден3,998.59
List Price:  ден5,712.52
You save:  ден1,713.92
MOP$561.77
List Price:  MOP$802.57
You save:  MOP$240.79
N$1,291.99
List Price:  N$1,845.78
You save:  N$553.78
C$2,569.36
List Price:  C$3,670.67
You save:  C$1,101.31
रु9,319.09
List Price:  रु13,313.56
You save:  रु3,994.46
S/260.54
List Price:  S/372.22
You save:  S/111.67
K269.79
List Price:  K385.44
You save:  K115.64
SAR262.50
List Price:  SAR375.02
You save:  SAR112.51
ZK1,882.68
List Price:  ZK2,689.66
You save:  ZK806.98
L323.40
List Price:  L462.03
You save:  L138.62
Kč1,628.77
List Price:  Kč2,326.92
You save:  Kč698.14
Ft25,305.79
List Price:  Ft36,152.68
You save:  Ft10,846.88
SEK kr755.02
List Price:  SEK kr1,078.64
You save:  SEK kr323.62
ARS$61,468.17
List Price:  ARS$87,815.44
You save:  ARS$26,347.26
Bs483.33
List Price:  Bs690.51
You save:  Bs207.17
COP$271,845.87
List Price:  COP$388,367.89
You save:  COP$116,522.02
₡35,672.25
List Price:  ₡50,962.55
You save:  ₡15,290.29
L1,724.16
List Price:  L2,463.20
You save:  L739.03
₲522,510.75
List Price:  ₲746,475.93
You save:  ₲223,965.17
$U2,674.97
List Price:  $U3,821.56
You save:  $U1,146.58
zł281.37
List Price:  zł401.98
You save:  zł120.60
Already have an account? Log In

Transcript

What does type mean? In Python variables literals and constants have a type. Python knows the difference between an integer and a string. For example, plus means addition for numbers, and concatenation for strings. If you type d d, d is equal to one plus four, and type print DDG you get five as a result, if you type e is equal to Hello, plus there, print E, it will result and Hello there. Python knows each type that is available.

Some operations are prohibited. It is not possible to add one to string, we can ask Python for the type of something using the function type. E is Hello plus there. If you type E is equal to E plus one arrow will appear. Since it is not possible to add numbers to strings, you can only add one to the E string. If you put it in parentheses, type off he will give you type string.

If you type Hello, type off he will give type string, just like type Hello. Just like type Hello. Type off one will say that it is an integer. multiple numbers types. numbers have two main types in our integers. For example, negative 14 negative 2.01 100 401,233 float a floating point numbers and have a decimal part.

For example, negative 2.5 0.09 8.6 14.0 float capital i e minus Five four double precision 64 bit 53 bits of binary precision 15 to 17 bits of decimal precision. There are other types of numbers. There are variants of integers and floats. x is equal to one type of x will give integer 10 is equal to 98.6 type of temp will give you float. Pay attention to the accuracy of the float. Calculate in the art epl 0.7 0.8.

Calculate float two to the power of 53 info two to the power of 53 plus one, calculate two divided by three. For accounting calculations. Use the decimal type. The decimal module contains the decimal class. decimal floating point has a default position of 28 digit precision. Lock the passage from flow to decimal.

Do decimal dot get context dot traps. decimal dot float operations is equal to true to fix the precision of the decimals, right? decimal get context. Pay attention to operators implementations. Do you love does not work in the same way for decimal types in Python, you can find examples on the right hand side of the display. First, we define the function that results true or false.

If a number can be divided by two without having a remainder, you can perform tests to see which numbers are divisible by to test the function with decimal decimal negative three, Python maintains consistency and calculating the decimal type. The dash dash sign is division for that divides the first operand by the second. Check the expression x is double equal x double dash divided by y multiplied with y plus x percentage sign modulo y. This is always true even for the decimal type. So dash dash does not work in the same way as for the Python fractions module, this is a module that can be important in Python by writing from fractions import fraction to enter the n divided by D fraction in Python, enter fraction n comma D. You can find some examples with another presentation. Conversion of a type.

When we use integers and floating point numbers and an expansion, integers are implicitly covered to float. We can control this with the integer function int and float. Print float of 99 divided by 100. will result in zero point 99. i is equal to 42 type I will say integer F is equal to float of I print F, we'll say 42.0. type of f, we'll say float. Print one plus two times float of three divided by four minus five will give negative 2.5. Conversion of a string. We can use int and float to do a string to integer conversion, s Val is equal to 123.

Type off as well. We'll say string and arrow is obtained if the string contains no numeric characters, right, I vote is equal to end off swell type of Ivo will say integer print, I vote plus one will give 124. In the case where we defined a string named NSP is equal to Hello Bob. If we write an IV is equal to end of NSV. We will get an error since NSV is a string initially No number, how to accept users input. We can instruct Python to stop and read user data as raw input.

The raw input function returns a string. In Python three, the same can be done with the input function. type name is equal to raw input. Who are you print hello comma name. The result will be hello and then the name convert users inputs. If we want to read a number from the user, we must convert it from string to number with a type conversion function.

I NP is equal to ra under dash input Europe floor question mark us F is equal to IMT imp plus one print us floor. USF will print the floor that the user inserted. Later we will see how to handle bad entries, comments in Python. All of that follows hash sign ignored by Python. What is the use of comments to describe what happens in a code sequence to document who wrote the code or other auxiliary information, disable a line of code, maybe temporarily. Sure, examples of comments, operations on strings.

Some operators apply to strings. Plus implies concatenation. Asterix implies multiple concatenation. Python knows when it processes a string or a number and acts accordingly. Print ABC plus 123 will give ABC 123 wild print Hi, Asterix five will give high high high high high variables with mnemonic names. Since we're able to select the name of a variable.

There are a few good practices to respect. We named the variables so that we can remember what they store mnemonic Equals reminder, this can confuse students because while name variables appear often, so it appears though keyboards. What does this code do? exercise? Write a program that asks the user his hours and his hourly rate in order to calculate the salary, how many hours 35 hourly rate 2.75 pay 96 point 25

Sign Up

Share

Share with friends, get 20% off
Invite your friends to LearnDesk learning marketplace. For each purchase they make, you get 20% off (upto $10) on your next purchase.