Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print() does not work simultaneously with readline() #10

Open
OlgaEle opened this issue Mar 23, 2022 · 0 comments
Open

print() does not work simultaneously with readline() #10

OlgaEle opened this issue Mar 23, 2022 · 0 comments

Comments

@OlgaEle
Copy link

OlgaEle commented Mar 23, 2022

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
image
(The same for the five inputs)
image

My Julia version: 1.7.2 (latest)
My jupyter notebook version: 6.4.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant