- 2
Write program that tells how many different types of values are their in the following list. L=[1, 6, 'list, 3.5, 'type, 'a', 8
2 Antworten
- 3
Write program that tells how many different types of values are their in the following list.
L=[1, 6, 'list', 3.5, 'type', 'a', 8, 'e', 'string']
- 3
Write a program to print multiplication table of a number input by user, using for.