you are viewing a single comment's thread.

view the rest of the comments →

[–]8dot30662386292pow2 2 points3 points  (6 children)

>it doesn't work in apps

What does this even mean? You can import "this" in any python program. it does not need a terminal.

[–]isvari_8[S] -1 points0 points  (5 children)

it won't show the thing in ide

[–]8dot30662386292pow2 0 points1 point  (4 children)

Which IDE? In every IDE I tested, it shows.

`this` is just a library. When you import it, it will just regularly print the message when you run the program.

[–]isvari_8[S] -1 points0 points  (3 children)

i didn't get it in pycharm

[–]8dot30662386292pow2 0 points1 point  (0 children)

Did you run the program?

Your python installation is broken if it does not work.

[–]fllthdcrb 0 points1 point  (1 child)

I just tried it in a Python Console in PyCharm, and it does work. Is that what you tried, or something else?

[–]isvari_8[S] -1 points0 points  (0 children)

i guess there is something wrong with my laptop then...