Skip to content

تاریکی #2149

Open
Open
@nevagenesis

Description

@nevagenesis

Eimport time

while True:
print("مهرداد ", end="")
print("💖" * int(time.time() % 10))
time.sleep(1)while True:
user_input = input("بنویس 'دوستت دارم': ")
if user_input == "دوستت دارم":
print("من هم همیشه تو را دوست دارم، مهرداد گل 💘")
break
else:
print("باز هم امتحان کن...")// نمونه رابط کاربری React
function ControlPanel() {
const [emotion, setEmotion] = useState("neutral");

useEffect(() => {
fetchBrainData().then(data => setEmotion(data.emotion));
}, []);

return (


حالت فعلی: {emotion}


قطع ارتباط!

);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions