I want a function which can validate text in two column like and on the basis of two column it can create a new data frame with columns. Criteria: for example i
I am using an Apple M1, writing a Kubernetes YAML file to pull and deploy the image confluentinc/cp-zookeeper:6.2.4 the problem is, I cannot pull the image due
Code image def user_input(): a = input('Enter Ozone level here:') try: user_num = float(a) except: print('Invalid') user_input() return user_num
I am trying to reach PatientDetails screen, For the first time after starting the app it behaves abnormally(navigating to patientdetails screen and automaticall
in the .CSS File: when i apply body { font-size: .85em; font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; color: #232323; background-color: #fff; backg
I am writing a program that writes the contents from one file into another. What I am doing now (for testing) is to open the two files and write an string in on
I am trying to write a date input control which accepts a date like 23/12/1997. What I would like it to do is automatically insert the / characters for the user