Skip to content

Commit 3d134ee

Browse files
authored
Revert "Added single line solution to question 4"
1 parent 2a11312 commit 3d134ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Status/Day 2_minnie.md renamed to Status/Day 2.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ tpl = tuple(lst) # tuple method converts list to tuple
4545
print(lst)
4646
print(tpl)
4747
```
48-
**Single line solution Python 3**
49-
```python solution by minnielahoti
50-
51-
print(tuple(input("Enter a series of numbers separated by a comma :").split(',')))
5248

5349
---
5450

0 commit comments

Comments
 (0)