Hi everyone,
I am very new to sublime and have the following issue:
When I want to run a simple true/false check with python, I just receive “[Finished in 0.0s]” without a True/False statement.
Specifically, as an example. I wrote:
motif=‘gtccc’
dna=‘atatagatgatgcctt’
motif in dna
I get the same when I just type 0<1 etc.
Do you know what seems to be the issue here? Otherwise python works perfectly fine in sublime.
Thanks a lot for your support!