File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 |
| -# * Written By Codezila.org at 22-03-2020 02:28AM (IST) |
| 1 | +# * Written By Codezila.org at 20-03-2020 02:25AM (IST) |
2 | 2 | # Python Program to Count Number of Digits in a Number using While loop
|
3 | 3 |
|
4 | 4 | Number = int(input("Please Enter any Number: "))
|
|
8 | 8 | Count = Count + 1
|
9 | 9 |
|
10 | 10 | print("\n Number of Digits in a Given Number = %d" %Count)
|
11 |
| -print( "\n\tCode By codezila.org :)\n\tJoin Us On : <.com/codezila-org>\n\tFor More Mail Us : <[email protected]>") |
| 11 | +print( "\n\tCode By codezila.org :)\n\tJoin Us On : <.com/codezila-org>\n\tFor More Mail Us : <[email protected]>") |
You can’t perform that action at this time.
0 commit comments