Comparing Scratch and Python
" Comparing Scratch and Python" What is Comparing : - Comparing is looking at things to determine how they are alike and how they are different. - identify similarities and differences between them What is scratch : - a visual programming language that allows students to create their own interactive stories, games and animations W hat is python : an open-source programming language , having features like object-oriented, interpreted and high-level too. It is a dynamically typed programming language, which is easy to use with redable and user-friendly syntax. A nd developed by Guido van Rossum C ontoh : In S cratch: In Python : Print (“what’s your name?”) Input(“your name is: ” ) Print(”How old are you?”) Input(“your age is: “) Print(“where do you live?”) Input(“you live at: “) S o, comparing scratch and python is? ...