2 lines
104 B
Text
2 lines
104 B
Text
str = InputString["Input a string"]; nb =
|
|
InputString["Input a number"]; Print[str, " " , ToString@nb]
|