Given dictionary is d1={"a":1,"b":2,"c":3,"d":4,"e":4} convert the same to {1:"a",2:"b",3:"c",4:["d","e"]} I have tried and I just got reverse
I wanted to test react native app on expo go. I have downloaded expo go app, run expo start in VSC, and once scanned QR code using expo go I get such log. Looks
How do I make loading gif of 3 dots between activities that I already built? after pressing continue button I want loader to be showen for 5 sec and then redire
I creating a gRPC server but everything seems to run okay but the server never starts up on the specifies port and application is throwing no errors. But when I
I'm looking for an alternative to this code, but using numbers. I want to select 5 columns, the start column is a variable, and then it selects 5 columns from t
I'm trying to get the Revit python shell debugger working in my dynamo but I'm running into issues. It seems to run in Revit alright but I cant get the debugger