-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Morad Ait Abdellah
committed
Nov 26, 2019
1 parent
5e189d2
commit 6e77825
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# with open("d:\wu.txt","r") as file1: | ||
# file_stuff=file1.read() | ||
# #print (file_stuff) | ||
# print(file1.closed) | ||
# print(file_stuff) | ||
|
||
# a= 10 | ||
# a*=2 | ||
# print (a) | ||
# b=15 | ||
# b=a+b | ||
# print (b) | ||
|
||
# a=650 | ||
# if a%7==0: | ||
# print("Gotcha") | ||
# else:print("Nope") | ||
# print("---------") | ||
|
||
# if a%7!=0: | ||
# print("Nope") | ||
# else:print("Gotcha") | ||
|
||
# i=0 | ||
# while i < 37: | ||
# print('i') | ||
# i+=1 | ||
myage=50 | ||
redge=myage+2 | ||
ledge=2 | ||
print(' ') | ||
print(' ') | ||
print(' '+'i'*myage) | ||
print(' |'+'‾'*redge+'|') | ||
print(' |'+' '*redge+'|') | ||
print(' |'+' '*redge+'|') | ||
print(' |'+'_'*redge+'|') | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
welcome sebastian | ||
fransisco |