print threeNum
b. check if index 0 is < 5
i. if threeNum[0] < 5, replace index 0 with the string: “small”
ii. else, replace index 0 with a string: “large”
c. print threeNum
i have to do this, but when i put the proper signs in, it throws a error at me. Any ideas for what i can do to fix it?
I Need Help...
print threeNum
b. check if index 0 is < 5
i. if threeNum[0] < 5, replace index 0 with the string: “small”
ii. else, replace index 0 with a string: “large”
c. print threeNum
i have to do this, but when i put the proper signs in, it throws a error at me. Any ideas for what i can do to fix it?
THANK YOU!!! THAT WORKED.
@SUHASTADIPARTH1