Changing the type of integers

Report a typo

There is an integer in the input. Change its type to np.bool_ and then print the result.

Sample Input 1:

6

Sample Output 1:

True
Write a program in Python 3
import numpy as np
___

Create a free account to access the full topic