#task17

Published: 03 January 2021
on channel: Python Developer
153
2

#Task17
def function17:
replace numbers with "YES" if it divided by 3 and 5
otherwise it will be replaced with "NO"
Hint: np.where
arr = np.arange"1,10*10+1" .reshape by 10,10
return # Write Your Code HERE
#Excpected Out
"""
array 'NO', 'NO', 'NO', 'NO', 'NO', 'NO', 'NO', 'NO', 'NO', 'NO'
'NO', 'NO', 'NO', 'NO', 'YES', 'NO', 'NO', 'NO', 'NO', 'NO'
'NO', 'NO', 'NO', 'NO', 'NO', 'NO', 'NO', 'NO', 'NO', 'YES'

"""
| Python Tutorial For Beginners #Shaheencodingzone


On this page of the site you can watch the video online #task17 with a duration of hours minute second in good quality, which was uploaded by the user Python Developer 03 January 2021, share the link with friends and acquaintances, this video has already been watched 153 times on youtube and it was liked by 2 viewers. Enjoy your viewing!