- 8
What is the code of this? Please need lang now
***** **** *** ** *
8 Respuestas
+ 12
print("*****")
print("****")
print("***")
print("**")
print("*")
+ 9
System.out.print("TRY IT YOURSELF and ask us if you have any problems");
+ 6
i = 5
while i > 0:
print("*" * i)
i -= 1
Python
+ 4
System.out.println("*****");
System.out.println("****");
System.out.println("***");
System.out.println("**");
System.out.println("*");
+ 3
U can work it out your self and can ask if any.problem occurs
- 5
anyone?