Skip to content

Commit

Permalink
myFirstCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Morad Ait Abdellah committed Nov 26, 2019
1 parent 5e189d2 commit 6e77825
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
42 changes: 42 additions & 0 deletions hello.py
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+'|')





2 changes: 2 additions & 0 deletions wu.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
welcome sebastian
fransisco

0 comments on commit 6e77825

Please sign in to comment.