Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Whatever
>> def age(n): age=input("how old are you?") if age>40: print ("wow, you are old")
Ivan Yurchenko
Programming language:
Whatever
2021-07-05 19:32:15
0
Q:
>> def age(n): age=input("how old are you?") if age>40: print ("wow, you are old")
user1908704
Code:
Whatever
2021-08-02 15:52:33
>>>
def
countdown
(
n
):
if ...
0
Tags
int
how
input
age
print
Related
#include <stdio.h> int main() { char *arr = "iaminibgroup"; printf("%d", sizeof(arr)); getchar(); return 0; }
where do you see yourself in 5 years
C language if age is over 20, but under 61, display the name and age, and tell the user he/she is an adult
import re def check_time(text): pattern = ___ result = re.search(pattern, text) return result != None print(check_time("12:45pm")) # True print(check_time("9:59 AM")) # True print(check_time("6:60am")) # False print(check_time("five o'clock")) # False
date type form symfony 4
FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint8 = np.dtype([("quint8", np.uint8, 1)])'
session flash data (old input)
New to Communities?
Join the community