Join IDNLearn.com and start getting the answers you've been searching for. Get accurate and timely answers to your queries from our extensive network of experienced professionals.
Sagot :
A method of notation for creating computer programmes is known as a programming language. The majority of programming languages are formal text-based languages.
What is programming ?
- Writing code to support certain activities in a computer, application, or software programme and giving them instructions on how to do is known as computer programming.
- Orthogonality or simplicity, available control structures, data types, and data structures, syntactic design, support for abstraction, expressiveness, type equivalence, strong versus weak type checking, exception handling, and limited aliasing are among the characteristics of a programming language.
- Since a programming language typically involves a computer in practical settings, this is how they are typically defined and researched.
- Natural languages are exclusively used for communication between people, whereas programming languages also allow humans to give commands to machines. This is how programming languages vary from natural languages.
def check(num):
if(num.isdigit()):
return "yes";
else:
return "no";
string=input("Enter the numbers 0-9: ")
print(check(string))
To learn more about programming language refer :
https://brainly.com/question/16936315
#SPJ4
Thank you for using this platform to share and learn. Keep asking and answering. We appreciate every contribution you make. Thank you for choosing IDNLearn.com for your queries. We’re committed to providing accurate answers, so visit us again soon.