Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint
Drag to reposition
Python Questions
I have this code where I have explicitly defined the datatype In Python, variables are never explicitly typed. If we explicitly define datatype in a python function as in above code, does it affect the outcome?
Let's say I have a module fibo, and it has a function whose name contains a string “baz”. How do I call this function?.
I have a list given below as follows [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] How do I return this list or any given list from a python function?
I have a tuple given below ('tutorialspoint', 30) How do I return this tuple or any given tuple from a python function?
I have a dictionary given below  How do I return this dictionary or any given dictionary from a python function?
I have the following code How do I convert the function arguments ARG1 and ARG2 to lowercase in python?
It is found that some functions in python exist purely to perform certain actions rather than to calculate and return something. How do such functions return none and what are they called?
I have two strings in camel case as follows How do I use a python function to convert the camel case of these strings into snake case?
I have an application that has functions and classes which contain docstrings.  I want documentation to be generated from these doctrings into a neat format. What are the softwares available that automate documentation in python?
Suppose, I have a text file having repeated lines as follows How do I use a python function to eliminate the repeated lines in the text file?
Basically, when Python parses the following code:  it looks up bar in foo, and then examines bar.  When does bar become a property of the object rather than just an attribute? 
I have this code Why are the functions in this code all returning None in this code?
loader
Contribution

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.