Compare commits

...

2 Commits

Author SHA1 Message Date
David Beazley
393db776e1 Merge pull request #28 from SulimanSagindykov/patch-1
Update ex2_3.md
2023-07-23 04:41:06 -05:00
Suliman Sagindykov
48df268fa9 Update ex2_3.md
unnecessary space after a tab (from 5 to 4 spaces)
2023-07-21 16:19:24 +05:00

View File

@@ -291,7 +291,7 @@ False
>>>
```
Here is an subtle use of a generator expression in making comma
Here is a subtle use of a generator expression in making comma
separated values:
```python