Skip to content

Commit 0610611

Browse files
authored
Merge pull request darkprinx#25 from darkprinx/revert-24-patch-2
Revert "Added single line solution to question 4"
2 parents 2a11312 + 3d134ee commit 0610611

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)