# พิมพ์เลข 1 ถึง 1,000,000for i in range(1, 1000001): print(i)
Standard input is empty
# พิมพ์เลข 1 ถึง 1,000,000 for i in range(1, 1000001): print(i)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!