-
Notifications
You must be signed in to change notification settings - Fork 0
/
circuce ticket.py
66 lines (59 loc) · 2.21 KB
/
circuce ticket.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 19:29:22) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
Traceback (most recent call last):
File "C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py", line 1, in <module>
x==10
NameError: name 'x' is not defined
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
true
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
false
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
true
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
true
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
false
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
false
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
false
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
welcome to <b>skf</b> circuse
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
welcome to SKF circuse
enter your age12
Traceback (most recent call last):
File "C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py", line 3, in <module>
if age==0 or age <0:
TypeError: '<' not supported between instances of 'str' and 'int'
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
welcome to SKF circuse
enter your age12
ticket price: free
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
welcome to SKF circuse
enter your age65
ticket price:200
>>>
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
welcome to SKF circuse
please nter your age
RESTART: C:/Users/user/AppData/Local/Programs/Python/Python37-32/suraj kumar misghra.py
welcome to SKF circuse
please enter your age12
ticket price:150
>>>