codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

Write a Python program to check digit #2164

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a Python program to check digit

Check wether given character is a digit (0-9).

Input  : 1
Output : Digit
How to contribute - Save the solution in `program/check-digit.py` file - Add `check-digit.py` file in `check-digit` folder
Tyrell04 commented 1 year ago

!assign

joao-vitor-souza commented 1 year ago

Already merged by codinasion/program#3140