Helpful, resourceful, friendly, welcoming.
Answer:
No but my baby brother can play with u
Answer:
C.) store data securely would be my choice
Hope This Helps! Have A Nice Day!!
If you want them only to read it and not change it send as a .pdf else I would send as a .txt file. Hope that helps
Answer:
The output is "<class 'str'> ".
Explanation:
In the given python code a print() function is defined. Inside this function, a type() function will use, in which a numeric value is passed in the double quotes (" ") as a function parameter. Double quotes are normally used for print value as a message but in this code, value is not printed because we use the type() function.
- The type() function Returns the parameter class type of the argument(object).
- This function is used for debugging. In this function, we pass a single parameter that will return the type of given object.