0
do these command also require PRINT() syntax ?
do these command also require PRINT() syntax? max(list) min(list) list.count(obj) list.remove(obj) list.reverse()
2 odpowiedzi
+ 2
Yes to print returned value from those functions
+ 2
On idle whatever the value is returned will be printed on screen automatically, but for full .py program you will need the to use print()