Skip to content

Commit 3444ba7

Browse files
authored
Merge pull request #35 from shivam1708/patch-1
...
2 parents eab0a8f + df22380 commit 3444ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/02-Input-Output.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ print("Roll number is :" , roll) # >>> Roll number is : 102
5151

5252
> Case 4: here string is variable
5353
```Python
54-
name = input("Enter name: ") # >>> Enter name : cheetah
55-
print("My name is " + name) # >>> My name is : cheetah
54+
name = input("Enter name: ") # >>> Enter name: cheetah
55+
print("My name is " + name) # >>> My name is cheetah
5656
```
5757

5858
#### Printing out `float` values

0 commit comments

Comments
 (0)