Desktop
5 TopicsSuch a shame...
Microsoft release Windows 11 SE - fantastic solution for education. Unfortunately operating system is OEM only and not available to install on existing devices, literally in the same year when schools across the country (UK) got millions of devices given to them for home working, most of which are now back in the school gathering dust as the spec simply isn't quite good enough for day to day use with the full Windows 10/11 build. Perfect opportunity for Microsoft to make 11 SE available for ISO download, so that all of these devices can be made use of, and imported into Endpoint Manager. But instead schools are forced to buy the new hardware, leaving all of the devices gathering dust to go to waste. Meanwhile Google release Chrome Flex, allowing schools to install Chrome OS for free on any device they want, with an additional one-time cost of £30 to fully manage the device. Really disappointing.587Views0likes0CommentsSmall Basic issue
Hi Everyone, I am completely new to Microsoft community and forum also new to small basic programming and if this is wrong location for this post then please accept my apology for it. I have same small problem with Small Basic, I am using Windows and macOS and I have the same result so, all the time I have error for GraphicsWindow.Title or GraphicsWindow.Width or GraphicsWindow.Height and I have error as below. - The library member 'GraphicsWindow.Title' was available in older versions only, and has not been made available to this version yet. - Property 'GraphicsWindow.Width' cannot be assigned to. It is ready only. - Property 'GraphicsWindow.Height' cannot be assigned to. It is ready only. or another one, The library member 'GraphicsWindow.GetPixel' was available in older versions only, and has not been made available to this version yet. Can anyone could tell me why this is not working or what need be done to make this working, please. Regards, Ronny945Views0likes0CommentsPython for testing item
Hello, I'm new to this community and also programming and I'm starting with Python right now. I'm taking classes online edX: Welcome to Microsoft's DEV236x! Introduction to Python: Absolute Beginner I'm stuck with something, I hope someone can help me. # Allergy check print('ALLERGY CHECK') # 1[ ] get input for test allergen='seafood,dust,flower,dairy,nuts' input_test=input('Enter things you have eaten in 24 hours: ') # 2/3[ ] print True if "dairy" is in the input or False if not print('Have you eaten anything you are allegic with?',input_test in allergen Seafood and dairy is supposed to be allergen except for chocolate but why the conclusion is false?2KViews0likes1Comment