0

what is the use of >>> these 3 symbols in sample programs

17th Jul 2016, 5:39 PM
dinesh
dinesh - avatar
2 ответов
+ 1
These symbols are just the prompt of interpreter like u see '#' in Linux terminal and '>' in windows command prompt python interpreter has prompt like '>>>' this. So just ignore them it's just to show u the start and end of the program execution.
17th Jul 2016, 6:10 PM
sundar
sundar - avatar
0
thanks for the solution
17th Jul 2016, 6:13 PM
dinesh
dinesh - avatar