This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
oysteikt-skolearbeid
/
TDT4109
Watch
1
Star
0
Fork
You've already forked TDT4109
0
Code
Issues
Pull Requests
Activity
4335edea97
TDT4109
/
Exercise 4 - Inspera
/
19.py
4 lines
100 B
Python
Raw
Blame
History
def
isosceles_triangle
(
h
)
:
for
i
in
range
(
1
,
h
+
1
)
:
spaces
=
h
-
i
print
(
spaces
*
'
'
+
i
*
'
*
'
)
Reference in New Issue
View Git Blame
Copy Permalink