Loading community...
Loading community...
Ask questions, share what you know, and tap the collective knowledge of the Kracked Devs community.
what or where is the optimal goto workflow or place to create/design a company logo?
import math Importing math library Standard formatted input oil_type=input("enter oil type:") Example oil type= Palm Oil, Olive Oil, Castor Oil mass_oil=eval(input("enter mass of oil (g):")) volume_oil=eval(input("enter volume of oil (mL):")) Example volume oil= 100mL Calculation to Calculate Density of Oil density_oil=mass_oil/volume_oil in g/mL sqrt_density_oil=math.sqrt(density_oil) in g/mL multi selection if density_oil < 0.90: classification="Light Oil" elif density_oil <= 0.93: classification="Medium Oil" else: classification="Hard Oil" Standard formatted output print("Density:", round(density_oil, 2)) Built-in function round print("sqrt_density_oil:", round(sqrt_density_oil, 2)) print("Classification:", classification) example loop that i learned and must follow this loop maxNo=eval(input("Total number to calculate:")) maxinner=eval(input("Total number to inner loop:")) for counterOuter in range(maxNo): counter condition loop body noOuter=eval(input("enter no:")) totalOuter=totalOuter+noOuter totalInner=0 for counterInner in range(3): noInner=eval(input("enter no inner:")) totalInner=totalInner+noInner print("totalInner:", totalInner) print("totalOuter:", totalOuter) print("thank youuuuuuuuuu")
Just want to know the easiest way to install a local LM... Have any of you guys done it?
AI tools like cursor and Claude code are too expensive, are there any alternatives in Malaysia?
I tried to reduce the image sizes but still laggy and load slowly, how to fix?
We want this place to be of value to all the Digital Tinkerers in Malaysia... What can we improve on?