Skip to content

Commit 130b234

Browse files
Merge branch 'master' of https://github.com/omarbelkady/Python
2 parents afd05be + 7da1b05 commit 130b234

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

Colors.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#this is so cool
2+
print("\033[1mThis is in white!")
3+
print("\033[95mThis is in pink!")
4+
print("\033[94mThis is in purple!")
5+
print("\033[93mThis is in yellow!")
6+
print("\033[4mThis is in beige!")
7+
print("\033[96mThis is in light blue!")
8+
print("\033[92mThis is in green!")

Functions/SwapWOThirdar.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
assembly=int(input("Enter a value for the assembly variable 2526 328 PROG LANG: "))
2+
pintosfavosofpasclover=int(input("Enter a value for the pintosfavosofpasclover or cs375 fanboy: "))
3+
assembly=assembly+pintosfavosofpasclover
4+
pintosfavosofpasclover=assembly-pintosfavosofpasclover
5+
assembly=assembly-pintosfavosofpasclover
6+
print(assembly)
7+
print(pintosfavosofpasclover)

makenelanlearnassembly.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)