This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cc-promenna [2013/07/05 15:40] sprt |
cc-promenna [2016/07/10 07:35] (current) |
||
---|---|---|---|
Line 12: | Line 12: | ||
term.setCursorPos(1,1) | term.setCursorPos(1,1) | ||
write("Vložte text: ") | write("Vložte text: ") | ||
- | text=read() --Uloží do proměnné jménem text to, co jste napsali o řádek výše. | + | text=read() --Uloží do proměnné jménem text to, co jste napsali o řádek výše. |
print(text) | print(text) | ||
</code> | </code> |