- 1
I need some help please
Exercise is : We propose to want an integer "n" (n> 3) followed by "n" real to put in an array "T" then the poster . In algorithm : Algorithm : application Start Repeat To write ("give the size ") Read (n) Until (n>3) """"""""Complete a table : """""""" For i from 0 to (n-1) do To write ("give the item n" , i) Read (T[ i ]) End for """"""""display a table : """"""" For i from 0 to (n-1) do Read (T[ i ]) End I want it in Python please help me
5 Answers
+ 2
Hi! What kind of help you need?
+ 2
Good, then please study the python training course that you started before approximately lessons 29.1, where arrays, lists and control constructs are studied.
+ 1
the community doesn't give out solutions just like that. for this purpose, there are paid services, such as a freelance exchange. you can ask for help there. here we help students who have some difficulties with the code and when we find that the person is trying his best. I don't see such a desire in you yet. you just want to be quick. everything is in your hands, the faster you master the material, the faster you will be able to solve it even by yourself
0
I want to convert the algorithm to Python
- 1
Okay thank you but I want a solution to this exercise ASAP