-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTES.PY
More file actions
53 lines (38 loc) · 1.27 KB
/
Copy pathNOTES.PY
File metadata and controls
53 lines (38 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#print
#print is function in python and this is use to print the output.
#variable
# variable is the containor that hold some value
#and we also reassign or replace the valur also. Ex-x=12, y=10
#bug
#erroror mistake in code
#we also debug these mistakes.
#type convertion
#is to converting one type to another type
#Eg input--->sting--->intiger(int)
#opperator precedence
#all arthamatic equations
#camel case
#areaOfRectangle
#float--> are decimals values provided
#2.5, 1.4, 0.443
#round--->this function is use for roundoff vlues.
#4.6-->5, 3.2-->3
#type conversion
#int are intigers that contains all numbers.
#string is a arguments typed between semi collun and arthamatic operation is not applyed on string
#indentation--->spaces between the words.
# data structure
# data structure is type of a data
# String
# list
#orderd data type, it store duplicate value
# this is mutable
#set
# set is a unorderd data type,it store unique value
#this is imutable
#pop remove the element from the starting in the sets
#remove show the error when element is not in the sets or when element is present it remove the value.
#discard doesn't show error when element is not in set or when element is present also remove the value.
#
# Ai===Deep learning
# keras,tanserflow,pytoch