0
hi, i need code
hi, i need code which make like this : when i input 9 code make output +++++++++
3 Answers
+ 11
print("+"*int(input()))
+ 8
print("+\n"*int(input()))
+ 1
thanks
can you write code which output lika this +
+
+
+