You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: