Suppose you have a program that takes as an input three random integer variables a, b and c.
Create a slice of integers intSlice containing the a, b, and c variables, and then print intSlice to the terminal.
Suppose you have a program that takes as an input three random integer variables a, b and c.
Create a slice of integers intSlice containing the a, b, and c variables, and then print intSlice to the terminal.
Sample Input 1:
1 2 3Sample Output 1:
[1 2 3]Create a free account to access the full topic