File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 103103** You are now able to solve following online-judge problems.
104104------------------------------------------------------------
1051051. http://codeforces.com/problemset/problem/4/A
106+ - Solution: https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/A.%20Watermelon.py
106107'''
Original file line number Diff line number Diff line change 1010'''
1111
1212
13+
1314######### take only one int number
1415a = int (input ())
1516print (a )
2223'''
2324
2425
26+
2527######### take only one float number
2628a = float (input ())
2729print (a )
105107Enter a Float number: 233.5
106108Entered number is 233.5
107109'''
110+
Original file line number Diff line number Diff line change 6565** You are now able to solve following online-judge problems.
6666------------------------------------------------------------
67671. http://codeforces.com/problemset/problem/1/A
68- 2. http://codeforces .com/problemset/problem/4/A
68+ - Solution : https://github .com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/A.%20Theatre%20Square.py
6969'''
You can’t perform that action at this time.
0 commit comments