Skip to content

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

@OlgaEle

Description

@OlgaEle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions