There is something weird. I am trying to run my function and I have a problem with the readline() and print() as I have with this (https://gist.github.com/logankilpatrick/9334e6f92539e4519a27b0ee20952796#file-madlibs-jl) code too. The user needs to know what to put in the input, so it is needed for the print phrase to be shown first. But, when I run the code in the jupyter notebook, it shows me only the inputs. When I type the inputs, the function runs and prints:
Firstly: My inputs
Secondly: The print phrases
Thirdly: The base sentence

(The same for the five inputs)

My Julia version: 1.7.2 (latest)
My jupyter notebook version: 6.4.8
There is something weird. I am trying to run my function and I have a problem with the readline() and print() as I have with this (https://gist.github.com/logankilpatrick/9334e6f92539e4519a27b0ee20952796#file-madlibs-jl) code too. The user needs to know what to put in the input, so it is needed for the print phrase to be shown first. But, when I run the code in the jupyter notebook, it shows me only the inputs. When I type the inputs, the function runs and prints:


Firstly: My inputs
Secondly: The print phrases
Thirdly: The base sentence
(The same for the five inputs)
My Julia version: 1.7.2 (latest)
My jupyter notebook version: 6.4.8