n = int(input())for i in range(n): # i = 0 -> i = n-1 print((i+1)*"V")
6
V VV VVV VVVV VVVVV VVVVVV
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!