@@ -32,14 +32,20 @@ <h2 class="noSelect" style="margin:30px; text-align: center;">Getting Started wi
3232 < div class ="dvs ">
3333 < h1 > Variables</ h1 >
3434 < div class ="cntnt "> < object data ="./1. Variables.py " font-size ="25 " width ="300 " height ="400 "> </ object > </ div >
35+ < p class ="output "> Output</ p >
36+ Orange < br /> Banana < br /> Banana < br /> < class 'int'> < br /> John is 5 < br /> Name is John < br />
3537 </ div >
3638 < div class ="dvs ">
3739 < h1 > Numbers</ h1 >
3840 < div class ="cntnt "> < object data ="./2. Numbers.py " font-size ="25 " width ="300 " height ="400 "> </ object > </ div >
41+ < p class ="output "> Output</ p >
42+ 7 < br > x: 2 y: 2.8 z: 3.0
3943 </ div >
4044 < div class ="dvs ">
4145 < h1 > String</ h1 >
4246 < div class ="cntnt "> < object data ="./3. String.py " font-size ="25 " width ="300 " height ="400 "> </ object > </ div >
47+ < p class ="output "> Output</ p >
48+ Lorem ... < br > e < br > llo < br > ..13 < br > HELLO, WORLD! < br > Hello, World!Hello, World! < br > True < br > No, 'expensive' is NOT present. < br > I want 3 pieces of item 567 for 49.95 dollars. < br > '1 \2 < br > 3 4 < br >
4349 </ div >
4450</ div >
4551
@@ -49,10 +55,14 @@ <h2 class="noSelect" style="margin:30px; text-align: center;">Array </h2>
4955 < div class ="dvs ">
5056 < h1 > List & Set</ h1 >
5157 < div class ="cntnt "> < object data ="./4. List-Touple-Set.py " font-size ="25 " width ="300 " height ="400 "> </ object > </ div >
58+ < p class ="output "> Output</ p >
59+ #
5260 </ div >
5361 < div class ="dvs ">
5462 < h1 > Dictionary</ h1 >
5563 < div class ="cntnt "> < object data ="./5. Dictionary.py " font-size ="25 " width ="300 " height ="400 "> </ object > </ div >
64+ < p class ="output "> Output</ p >
65+ #
5666 </ div >
5767</ div >
5868
@@ -62,10 +72,14 @@ <h2 class="noSelect" style="margin:30px; text-align: center;">Looping </h2>
6272 < div class ="dvs ">
6373 < h1 > Loops</ h1 >
6474 < div class ="cntnt "> < object data ="./6. Loops.py " font-size ="25 " width ="300 " height ="400 "> </ object > </ div >
75+ < p class ="output "> Output</ p >
76+ a is greater than b < br > 4 < br > 5 < br > apple < br > cherry < br > 0 < br > 1 < br > 1 4 < br >
6577 </ div >
6678 < div class ="dvs ">
6779 < h1 > Functions</ h1 >
6880 < div class ="cntnt "> < object data ="./7. Functions.py " font-size ="25 " width ="300 " height ="400 "> </ object > </ div >
81+ < p class ="output "> Output</ p >
82+ Emil-Refsnes < br > Lowest number is-2 < br > followed by-35 < br > 15 < br > 22 < br >
6983 </ div >
7084</ div >
7185
@@ -75,10 +89,14 @@ <h2 class="noSelect" style="margin:30px; text-align: center;">Classes </h2>
7589 < div class ="dvs ">
7690 < h1 > Class & Obj</ h1 >
7791 < div class ="cntnt "> < object data ="./8.Classes & Objects.py " font-size ="25 " width ="300 " height ="400 "> </ object > </ div >
92+ < p class ="output "> Output</ p >
93+ 40
7894 </ div >
7995 < div class ="dvs ">
8096 < h1 > Inheritance</ h1 >
8197 < div class ="cntnt "> < object data ="./9. Inheritance.py " font-size ="25 " width ="300 " height ="400 "> </ object > </ div >
98+ < p class ="output "> Output</ p >
99+ John Doe
82100 </ div >
83101</ div >
84102
0 commit comments