New GitHub issue #118637 from chandra122:<br>

<hr>

<pre>
### Bug description:

```python
# Add a code block here, if required
# Version used: python3.10 with venv - PythonPractice
<img width="697" alt="inputerror" src="https://github.com/python/cpython/assets/28337249/09a77aba-a243-4cae-8a30-2353e66c2a2c">
```
value = int(input())
# Trying to pass an integer value from command prompt ex: 4
"""
Throwing this error 
Traceback (most recent call last):
 File "D:\PythonPractice\Algorithms And Data Structures\linearsearchexamples.py", line 13, in <module>
    value = int(input().strip())
            ^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: ''
"""


### CPython versions tested on:

3.10

### Operating systems tested on:

Windows
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/118637">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>