You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2026. It is now read-only.
Ques=input("enter your question::")+"if given question is not math question then simply say This is not math question.Please enter a math question. not more then it else solve and explain."
response = chat_session.send_message(Ques)
print(response.text)
try:
choice=input("Press ctrl+c to exit or Spacebar to use again::")