5 lines
77 B
Text
5 lines
77 B
Text
10 print "Number 1";
|
|
20 input a
|
|
30 print "Number 2";
|
|
40 input b
|
|
50 print a+b
|