Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

for loop output many lines #32

Open
changsijay opened this issue Jul 23, 2020 · 0 comments
Open

for loop output many lines #32

changsijay opened this issue Jul 23, 2020 · 0 comments

Comments

@changsijay
Copy link

for ($i=1; $i<10; $i++) {
    echo $i;
}

this code output 9 lines in Jupyter instead of 1 line.

Screen Shot 2020-07-24 at 12 55 31 AM

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

No branches or pull requests

1 participant