We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Python
- Introduction
- Write a function
- Discussions
Write a function
Write a function
Sort by
recency
|
3062 Discussions
|
Please Login in order to post a comment
this is working guys if u r having problem solving
def is_leap(year):
year = int(input())
def is_leap(year): leap = False
year = int(input()) print(is_leap(year))
Can anyone help me with this questions solution, I tries most of the time, even if its correct throwing error!!