CodeSaya
Utama
Belajar
Kelas
Artikel
Komunitas
Diskusi
Grup
Akun
Daftar
Masuk
Panduan
Daftar jawaban dari gulshan212
Kembali ke
profil gulshan212
Hello this is Gulshan Negi Well, the installation process may vary depending on the operating system, but generally involves using a terminal or command prompt to execute the appropriate command, such as using apt-get on Debian-based di...
- 16 Feb. 2023, 23:23:14
Hello this is Gulshan Negi Well, Keywords are specific words or phrases used to describe a piece of content's main topics or themes. Keywords are the words or phrases that people enter into search engines when looking for information, p...
- 28 Feb. 2023, 13:22:26
Hello this is Gulshan Negi, To transfer a PHP template to HTML, you need to manually remove all PHP code and replace it with static HTML markup. This will result in a static HTML file that does not have any dynamic functionality. If you...
- 6 Maret 2023, 22:07:19
Well, there was some error in code, you should try this code for what you are looking for. def discount(price): if price > 300: return price / 10 elif price in range(100, 300): return price / 20 el...
- 30 Juni 2023, 22:15:50
Well, since few days I was researching about it I found this post https://experimentation-software.com/mobile-app-a-b-testing-tools/ where both author mentiones same tools for testing such as VWO, Optimizely and Google Optimize. Now I am...
- 23 Agu 2023, 18:33:21
Here is the example how to call these function. # Call the 'appeal' function with a name as an argument appeal("Alice") # Call the 'student' function (it doesn't require any arguments) student() Thanks
- 18 Sep. 2023, 22:32:32