From a21078fdb68b148fdc1bf39cd8e2de6a9f8e1bc5 Mon Sep 17 00:00:00 2001 From: 2000elo-coder Date: Wed, 22 Oct 2025 03:52:29 +0530 Subject: [PATCH] Solved error --- python/Sentiment Analysis/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Sentiment Analysis/main.py b/python/Sentiment Analysis/main.py index f7d9d47..29f251e 100644 --- a/python/Sentiment Analysis/main.py +++ b/python/Sentiment Analysis/main.py @@ -9,7 +9,7 @@ temp={} tot=0 pos=0 -neg=0; +neg=0 f=open('inpu.txt','r') # opens a txt file which contains chat #print(f.read())