Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Problem 1 បង្ហា ញ ollo

/Objective 2
/Gold: 3

Requirement ចូរប្រាប់
1 Algorithms
2 Flowcharts
3 Pseudo Code
4 Code Python

1-Algorithms 1. Start
2. Read b = "Hello, World!"
3. Print print(b[4+4-4] + b[2:5])
4. Output
5. Stop

Start

Read b = "Hello, World!"

print(b[4+4-
4] + b[2:5])
2-Flowcharts

True

Print b

Stop

3-Pseudo Code 1 #Start


4-Code Python b = "Hello, World!"
print(b[4+4-4] + b[2:5])

5-
Referan
ce

You might also like