What is the pseudo code in Python? And what are its uses?
Answers
Answered by
2
Answer:
What is pseudocode? Pseudocode is a method of planning which enables the programmer to plan without worrying about syntax. Task 1: Write a program that asks the user for a temperature in Fahrenheit and prints out the same temperature in Celsius.
good morning
have a great day
Answered by
3
Answer:
Pseudocode is a method of planning which enables the programmer to plan without worrying about syntax. Task 1: Write a program that asks the user for a temperature in Fahrenheit and prints out the same temperature in Celsius.
......
Pseudocode is a way of expressing an algorithm without conforming to specific syntax rules. ... Now you are going to have a look at a simple pseudocode example and see the equivalent code in both Scratch and Python. You could adapt this to help your students learn to translate between pseudocode, Scratch, and Python.
Similar questions