4. Write a function that gets 3 arguments NamedTuple of Vertice (x,y,z). These tuples are vertices of a triangle in 3D s
Posted: Thu Jul 14, 2022 2:27 pm
4. Write a function that gets 3 arguments NamedTuple ofVertice (x,y,z). These tuples are vertices of a triangle in 3Dspace. The function should return the length of longest edge inthat triangle
5 Write a function that get a list of numbers as input andchecks to see if it is a set or not. In a set, there are norepetitions of items. (Note: You should do this without using thebuilt-in set function)
6 Write a function called Notify which takes an inputstring of English words separated by space and translates into theAnteater English by adding zot to the end of each word
5 Write a function that get a list of numbers as input andchecks to see if it is a set or not. In a set, there are norepetitions of items. (Note: You should do this without using thebuilt-in set function)
6 Write a function called Notify which takes an inputstring of English words separated by space and translates into theAnteater English by adding zot to the end of each word