Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/simulation/fixtures/notebook/fixing/fixing11.ipynb
13405 views
Kernel: Unknown Kernel
class Parser: def __init__(self): self.T_And = '' self.T_False = '' # False def handleInput(self, input): if input == T_Or or input == self.T_And: print('input is Or or And')