Froggy Jumps Python Commands practiceOnline version Test your knowledge on python's commands by Laura Gereda 1 It is used to generate a sequence of integers starting from 0 by default to n where n is not included in the generated numbers. a range b type c print 2 It is used to display a message on the screen or other standard output device. a command b syntax c print 3 It is used to take input from the user a integer b input c function 4 It is used to check the type or class of an object. a type b object c class 5 It is used to add an element at a specified position in the list object. a list b insert c element 6 It is used to sort the elements of the list in ascending order by default. a sort b organize c move 7 It is used to round a number to a given precision in decimal digits. a decimal b round c digit